Html Css Color HEX #BCDF72 Sulu

📋 copy color: '#BCDF72'

red 188 ◦ green 223 ◦ blue 114

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

Shades of Sulu #BCDF72

Tints of Sulu #BCDF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

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

R = 35.81%
G = 42.48%
B = 21.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BCDF72 (or 0xBCDF72) is known color: Sulu. HEX triplet: BC, DF and 72. RGB value is (188,223,114). Sum of RGB (Red+Green+Blue) = 188+223+114=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF72 is #43208D. Grayscale: #C8C8C8. Windows color (decimal): -4399246 or 7528380. OLE color: 7528380.

HSL color Cylindrical-coordinate representation of color #BCDF72: hue angle of 79.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCDF72 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 114 -
CMYK 0.16 0 0.49 0.13
HSL 79.27º 0.63% 0.66% -
HSV(B) 79.27º 0.49% 0.87% -
XYZ 50.16 64.68 25.76 -
YUV 200.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 188 223 114 0.16 0 0.49 0.13 79.27 0.63 0.66
Hex BC DF 72 10 0 31 D 4F 3F 42
Octal 274 337 162 20 0 61 15 117 77 102
Binary 10111100 11011111 1110010 10000 0 110001 1101 1001111 111111 1000010

Color Harmonies of #BCDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF72

Black with #BCDF72

Text Example


Text Example

White with #BCDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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