Html Css Color HEX #BCF877 Sulu

📋 copy color: '#BCF877'

red 188 ◦ green 248 ◦ blue 119

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

Shades of Sulu #BCF877

Tints of Sulu #BCF877

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

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

R = 33.87%
G = 44.68%
B = 21.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#BCF877 (or 0xBCF877) is known color: Sulu. HEX triplet: BC, F8 and 77. RGB value is (188,248,119). Sum of RGB (Red+Green+Blue) = 188+248+119=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF877 is #430788. Grayscale: #D7D7D7. Windows color (decimal): -4392841 or 7862460. OLE color: 7862460.

HSL color Cylindrical-coordinate representation of color #BCF877: hue angle of 87.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF877 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 119 -
CMYK 0.24 0 0.52 0.03
HSL 87.91º 0.9% 0.72% -
HSV(B) 87.91º 0.52% 0.97% -
XYZ 57.64 79.16 29.69 -
YUV 215.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 188 248 119 0.24 0 0.52 0.03 87.91 0.9 0.72
Hex BC F8 77 18 0 34 3 58 5A 48
Octal 274 370 167 30 0 64 3 130 132 110
Binary 10111100 11111000 1110111 11000 0 110100 11 1011000 1011010 1001000

Color Harmonies of #BCF877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF877

Black with #BCF877

Text Example


Text Example

White with #BCF877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF877; }

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

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

background-color css

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

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

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

border-color css

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

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

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