Html Css Color HEX #BCF477 Sulu

📋 copy color: '#BCF477'

red 188 ◦ green 244 ◦ blue 119

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

Shades of Sulu #BCF477

Tints of Sulu #BCF477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.6%

R = 34.12%
G = 44.28%
B = 21.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BCF477 (or 0xBCF477) is known color: Sulu. HEX triplet: BC, F4 and 77. RGB value is (188,244,119). Sum of RGB (Red+Green+Blue) = 188+244+119=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF477 is #430B88. Grayscale: #D5D5D5. Windows color (decimal): -4393865 or 7861436. OLE color: 7861436.

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

Color convert

RGB 188 244 119 -
CMYK 0.23 0 0.51 0.04
HSL 86.88º 0.85% 0.71% -
HSV(B) 86.88º 0.51% 0.96% -
XYZ 56.42 76.72 29.29 -
YUV 213.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 188 244 119 0.23 0 0.51 0.04 86.88 0.85 0.71
Hex BC F4 77 17 0 33 4 57 55 47
Octal 274 364 167 27 0 63 4 127 125 107
Binary 10111100 11110100 1110111 10111 0 110011 100 1010111 1010101 1000111

Color Harmonies of #BCF477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF477

Black with #BCF477

Text Example


Text Example

White with #BCF477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF477; }

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

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

background-color css

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

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

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

border-color css

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

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

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