Html Css Color HEX #BCE37D Sulu

📋 copy color: '#BCE37D'

red 188 ◦ green 227 ◦ blue 125

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

Shades of Sulu #BCE37D

Tints of Sulu #BCE37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 34.81%
G = 42.04%
B = 23.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#BCE37D (or 0xBCE37D) is known color: Sulu. HEX triplet: BC, E3 and 7D. RGB value is (188,227,125). Sum of RGB (Red+Green+Blue) = 188+227+125=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE37D is #431C82. Grayscale: #CCCCCC. Windows color (decimal): -4398211 or 8250300. OLE color: 8250300.

HSL color Cylindrical-coordinate representation of color #BCE37D: hue angle of 82.94º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCE37D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 125 -
CMYK 0.17 0 0.45 0.11
HSL 82.94º 0.65% 0.69% -
HSV(B) 82.94º 0.45% 0.89% -
XYZ 51.91 67.11 29.62 -
YUV 203.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 188 227 125 0.17 0 0.45 0.11 82.94 0.65 0.69
Hex BC E3 7D 11 0 2D B 53 41 45
Octal 274 343 175 21 0 55 13 123 101 105
Binary 10111100 11100011 1111101 10001 0 101101 1011 1010011 1000001 1000101

Color Harmonies of #BCE37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE37D

Black with #BCE37D

Text Example


Text Example

White with #BCE37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE37D; }

 p { color: rgb(188,227,125); }

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

background-color css

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

 a { background-color: rgb(188,227,125); }

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

border-color css

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

 span { border-color: rgb(188,227,125); }

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