Html Css Color HEX #BCEE72 Sulu

📋 copy color: '#BCEE72'

red 188 ◦ green 238 ◦ blue 114

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

Shades of Sulu #BCEE72

Tints of Sulu #BCEE72

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

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

R = 34.81%
G = 44.07%
B = 21.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BCEE72 (or 0xBCEE72) is known color: Sulu. HEX triplet: BC, EE and 72. RGB value is (188,238,114). Sum of RGB (Red+Green+Blue) = 188+238+114=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE72 is #43118D. Grayscale: #D1D1D1. Windows color (decimal): -4395406 or 7532220. OLE color: 7532220.

HSL color Cylindrical-coordinate representation of color #BCEE72: hue angle of 84.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCEE72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 114 -
CMYK 0.21 0 0.52 0.07
HSL 84.19º 0.78% 0.69% -
HSV(B) 84.19º 0.52% 0.93% -
XYZ 54.35 73.06 27.16 -
YUV 208.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 188 238 114 0.21 0 0.52 0.07 84.19 0.78 0.69
Hex BC EE 72 15 0 34 7 54 4E 45
Octal 274 356 162 25 0 64 7 124 116 105
Binary 10111100 11101110 1110010 10101 0 110100 111 1010100 1001110 1000101

Color Harmonies of #BCEE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE72

Black with #BCEE72

Text Example


Text Example

White with #BCEE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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