Html Css Color HEX #BCEE74 Sulu

📋 copy color: '#BCEE74'

red 188 ◦ green 238 ◦ blue 116

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

Shades of Sulu #BCEE74

Tints of Sulu #BCEE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 34.69%
G = 43.91%
B = 21.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BCEE74 (or 0xBCEE74) is known color: Sulu. HEX triplet: BC, EE and 74. RGB value is (188,238,116). Sum of RGB (Red+Green+Blue) = 188+238+116=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE74 is #43118B. Grayscale: #D1D1D1. Windows color (decimal): -4395404 or 7663292. OLE color: 7663292.

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

Color convert

RGB 188 238 116 -
CMYK 0.21 0 0.51 0.07
HSL 84.59º 0.78% 0.69% -
HSV(B) 84.59º 0.51% 0.93% -
XYZ 54.47 73.1 27.76 -
YUV 209.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 188 238 116 0.21 0 0.51 0.07 84.59 0.78 0.69
Hex BC EE 74 15 0 33 7 55 4E 45
Octal 274 356 164 25 0 63 7 125 116 105
Binary 10111100 11101110 1110100 10101 0 110011 111 1010101 1001110 1000101

Color Harmonies of #BCEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE74

Black with #BCEE74

Text Example


Text Example

White with #BCEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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