Html Css Color HEX #BCF479 Sulu

📋 copy color: '#BCF479'

red 188 ◦ green 244 ◦ blue 121

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

Shades of Sulu #BCF479

Tints of Sulu #BCF479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.88%

R = 34%
G = 44.12%
B = 21.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#BCF479 (or 0xBCF479) is known color: Sulu. HEX triplet: BC, F4 and 79. RGB value is (188,244,121). Sum of RGB (Red+Green+Blue) = 188+244+121=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF479 is #430B86. Grayscale: #D5D5D5. Windows color (decimal): -4393863 or 7992508. OLE color: 7992508.

HSL color Cylindrical-coordinate representation of color #BCF479: hue angle of 87.32º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF479 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 121 -
CMYK 0.23 0 0.50 0.04
HSL 87.32º 0.85% 0.72% -
HSV(B) 87.32º 0.5% 0.96% -
XYZ 56.54 76.77 29.93 -
YUV 213.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 188 244 121 0.23 0 0.50 0.04 87.32 0.85 0.72
Hex BC F4 79 17 0 32 4 57 55 48
Octal 274 364 171 27 0 62 4 127 125 110
Binary 10111100 11110100 1111001 10111 0 110010 100 1010111 1010101 1001000

Color Harmonies of #BCF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF479

Black with #BCF479

Text Example


Text Example

White with #BCF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF479; }

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

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

background-color css

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

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

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

border-color css

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

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

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