Html Css Color HEX #BCDF77 Sulu

📋 copy color: '#BCDF77'

red 188 ◦ green 223 ◦ blue 119

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

Shades of Sulu #BCDF77

Tints of Sulu #BCDF77

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

 BLUE value IS 119 (46.88% from 255) = 22.45%

R = 35.47%
G = 42.08%
B = 22.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BCDF77 (or 0xBCDF77) is known color: Sulu. HEX triplet: BC, DF and 77. RGB value is (188,223,119). Sum of RGB (Red+Green+Blue) = 188+223+119=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF77 is #432088. Grayscale: #C9C9C9. Windows color (decimal): -4399241 or 7856060. OLE color: 7856060.

HSL color Cylindrical-coordinate representation of color #BCDF77: hue angle of 80.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDF77 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 119 -
CMYK 0.16 0 0.47 0.13
HSL 80.19º 0.62% 0.67% -
HSV(B) 80.19º 0.47% 0.87% -
XYZ 50.46 64.8 27.3 -
YUV 200.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 188 223 119 0.16 0 0.47 0.13 80.19 0.62 0.67
Hex BC DF 77 10 0 2F D 50 3E 43
Octal 274 337 167 20 0 57 15 120 76 103
Binary 10111100 11011111 1110111 10000 0 101111 1101 1010000 111110 1000011

Color Harmonies of #BCDF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF77

Black with #BCDF77

Text Example


Text Example

White with #BCDF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF77; }

 p { color: rgb(188,223,119); }

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

background-color css

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

 a { background-color: rgb(188,223,119); }

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

border-color css

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

 span { border-color: rgb(188,223,119); }

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