Html Css Color HEX #BCE074 Sulu

📋 copy color: '#BCE074'

red 188 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BCE074

Tints of Sulu #BCE074

RGB

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

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

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

R = 35.61%
G = 42.42%
B = 21.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BCE074 (or 0xBCE074) is known color: Sulu. HEX triplet: BC, E0 and 74. RGB value is (188,224,116). Sum of RGB (Red+Green+Blue) = 188+224+116=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE074 is #431F8B. Grayscale: #C9C9C9. Windows color (decimal): -4398988 or 7659708. OLE color: 7659708.

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

Color convert

RGB 188 224 116 -
CMYK 0.16 0 0.48 0.12
HSL 80º 0.64% 0.67% -
HSV(B) 80º 0.48% 0.88% -
XYZ 50.55 65.26 26.46 -
YUV 200.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 188 224 116 0.16 0 0.48 0.12 80 0.64 0.67
Hex BC E0 74 10 0 30 C 50 40 43
Octal 274 340 164 20 0 60 14 120 100 103
Binary 10111100 11100000 1110100 10000 0 110000 1100 1010000 1000000 1000011

Color Harmonies of #BCE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE074

Black with #BCE074

Text Example


Text Example

White with #BCE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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