Html Css Color HEX #BCE075 Sulu

📋 copy color: '#BCE075'

red 188 ◦ green 224 ◦ blue 117

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

Shades of Sulu #BCE075

Tints of Sulu #BCE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 35.54%
G = 42.34%
B = 22.12%

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

#BCE075 (or 0xBCE075) is known color: Sulu. HEX triplet: BC, E0 and 75. RGB value is (188,224,117). Sum of RGB (Red+Green+Blue) = 188+224+117=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE075 is #431F8A. Grayscale: #C9C9C9. Windows color (decimal): -4398987 or 7725244. OLE color: 7725244.

HSL color Cylindrical-coordinate representation of color #BCE075: hue angle of 80.19º degrees, saturation: 0.63, 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 #BCE075 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 117 -
CMYK 0.16 0 0.48 0.12
HSL 80.19º 0.63% 0.67% -
HSV(B) 80.19º 0.48% 0.88% -
XYZ 50.61 65.29 26.76 -
YUV 201.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 188 224 117 0.16 0 0.48 0.12 80.19 0.63 0.67
Hex BC E0 75 10 0 30 C 50 3F 43
Octal 274 340 165 20 0 60 14 120 77 103
Binary 10111100 11100000 1110101 10000 0 110000 1100 1010000 111111 1000011

Color Harmonies of #BCE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE075

Black with #BCE075

Text Example


Text Example

White with #BCE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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