Html Css Color HEX #BCF772 Sulu

📋 copy color: '#BCF772'

red 188 ◦ green 247 ◦ blue 114

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

Shades of Sulu #BCF772

Tints of Sulu #BCF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.99%

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 34.24%
G = 44.99%
B = 20.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#BCF772 (or 0xBCF772) is known color: Sulu. HEX triplet: BC, F7 and 72. RGB value is (188,247,114). Sum of RGB (Red+Green+Blue) = 188+247+114=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF772 is #43088D. Grayscale: #D6D6D6. Windows color (decimal): -4393102 or 7534524. OLE color: 7534524.

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

Color convert

RGB 188 247 114 -
CMYK 0.24 0 0.54 0.03
HSL 86.62º 0.89% 0.71% -
HSV(B) 86.62º 0.54% 0.97% -
XYZ 57.04 78.43 28.05 -
YUV 214.2 71.45 109.31 -
System Red Green Blue C M Y K H S L
Decimal 188 247 114 0.24 0 0.54 0.03 86.62 0.89 0.71
Hex BC F7 72 18 0 36 3 57 59 47
Octal 274 367 162 30 0 66 3 127 131 107
Binary 10111100 11110111 1110010 11000 0 110110 11 1010111 1011001 1000111

Color Harmonies of #BCF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF772

Black with #BCF772

Text Example


Text Example

White with #BCF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF772; }

 p { color: rgb(188,247,114); }

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

background-color css

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

 a { background-color: rgb(188,247,114); }

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

border-color css

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

 span { border-color: rgb(188,247,114); }

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