Html Css Color HEX #BCE07F Sulu

📋 copy color: '#BCE07F'

red 188 ◦ green 224 ◦ blue 127

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

Shades of Sulu #BCE07F

Tints of Sulu #BCE07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.56%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 34.88%
G = 41.56%
B = 23.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BCE07F (or 0xBCE07F) is known color: Sulu. HEX triplet: BC, E0 and 7F. RGB value is (188,224,127). Sum of RGB (Red+Green+Blue) = 188+224+127=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07F is #431F80. Grayscale: #CACACA. Windows color (decimal): -4398977 or 8380604. OLE color: 8380604.

HSL color Cylindrical-coordinate representation of color #BCE07F: hue angle of 82.27º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE07F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 127 -
CMYK 0.16 0 0.43 0.12
HSL 82.27º 0.61% 0.69% -
HSV(B) 82.27º 0.43% 0.88% -
XYZ 51.23 65.53 30.03 -
YUV 202.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 188 224 127 0.16 0 0.43 0.12 82.27 0.61 0.69
Hex BC E0 7F 10 0 2B C 52 3D 45
Octal 274 340 177 20 0 53 14 122 75 105
Binary 10111100 11100000 1111111 10000 0 101011 1100 1010010 111101 1000101

Color Harmonies of #BCE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE07F

Black with #BCE07F

Text Example


Text Example

White with #BCE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE07F; }

 p { color: rgb(188,224,127); }

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

background-color css

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

 a { background-color: rgb(188,224,127); }

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

border-color css

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

 span { border-color: rgb(188,224,127); }

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