Html Css Color HEX #BCF566 Sulu

📋 copy color: '#BCF566'

red 188 ◦ green 245 ◦ blue 102

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

Shades of Sulu #BCF566

Tints of Sulu #BCF566

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

 BLUE value IS 102 (40.23% from 255) = 19.07%

R = 35.14%
G = 45.79%
B = 19.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#BCF566 (or 0xBCF566) is known color: Sulu. HEX triplet: BC, F5 and 66. RGB value is (188,245,102). Sum of RGB (Red+Green+Blue) = 188+245+102=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF566 is #430A99. Grayscale: #D4D4D4. Windows color (decimal): -4393626 or 6747580. OLE color: 6747580.

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

Color convert

RGB 188 245 102 -
CMYK 0.23 0 0.58 0.04
HSL 83.92º 0.88% 0.68% -
HSV(B) 83.92º 0.58% 0.96% -
XYZ 55.79 76.96 24.48 -
YUV 211.66 66.12 111.13 -
System Red Green Blue C M Y K H S L
Decimal 188 245 102 0.23 0 0.58 0.04 83.92 0.88 0.68
Hex BC F5 66 17 0 3A 4 54 58 44
Octal 274 365 146 27 0 72 4 124 130 104
Binary 10111100 11110101 1100110 10111 0 111010 100 1010100 1011000 1000100

Color Harmonies of #BCF566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF566

Black with #BCF566

Text Example


Text Example

White with #BCF566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF566; }

 p { color: rgb(188,245,102); }

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

background-color css

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

 a { background-color: rgb(188,245,102); }

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

border-color css

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

 span { border-color: rgb(188,245,102); }

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