Html Css Color HEX #BCF481 Sulu

📋 copy color: '#BCF481'

red 188 ◦ green 244 ◦ blue 129

#BCF481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCF481

Tints of Sulu #BCF481

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

 GREEN value IS 244 (95.7% from 255) = 43.49%

 BLUE value IS 129 (50.78% from 255) = 22.99%

R = 33.51%
G = 43.49%
B = 22.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF481 (or 0xBCF481) is known color: Sulu. HEX triplet: BC, F4 and 81. RGB value is (188,244,129). Sum of RGB (Red+Green+Blue) = 188+244+129=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF481 is #430B7E. Grayscale: #D6D6D6. Windows color (decimal): -4393855 or 8516796. OLE color: 8516796.

HSL color Cylindrical-coordinate representation of color #BCF481: hue angle of 89.22º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF481 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 129 -
CMYK 0.23 0 0.47 0.04
HSL 89.22º 0.84% 0.73% -
HSV(B) 89.22º 0.47% 0.96% -
XYZ 57.05 76.98 32.62 -
YUV 214.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 188 244 129 0.23 0 0.47 0.04 89.22 0.84 0.73
Hex BC F4 81 17 0 2F 4 59 54 49
Octal 274 364 201 27 0 57 4 131 124 111
Binary 10111100 11110100 10000001 10111 0 101111 100 1011001 1010100 1001001

Color Harmonies of #BCF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF481

Black with #BCF481

Text Example


Text Example

White with #BCF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF481; }

 p { color: rgb(188,244,129); }

 H1.HeaderClassName
 {
   color: #BCF481;
 }
 .AnyTagClassName
 {
   color: #BCF481;
 }
</style>

background-color css

<style>
 a { background-color: #BCF481; }

 a { background-color: rgb(188,244,129); }

 div.DivClassName
 {
   background-color: #BCF481;
 }
 .BgClassName
 {
   background-color: #BCF481;
 }
</style>

border-color css

<style>
 span { border-color: #BCF481; }

 span { border-color: rgb(188,244,129); }

 td.TdClassName
 {
   border-color: #BCF481;
 }
 .TagClassName
 {
   border-color: #BCF481;
 }
</style>