Html Css Color HEX #BDEF77 Sulu

📋 copy color: '#BDEF77'

red 189 ◦ green 239 ◦ blue 119

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

Shades of Sulu #BDEF77

Tints of Sulu #BDEF77

RGB

 RED value IS 189 (74.22% from 255) = 34.55%

 GREEN value IS 239 (93.75% from 255) = 43.69%

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

R = 34.55%
G = 43.69%
B = 21.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BDEF77 (or 0xBDEF77) is known color: Sulu. HEX triplet: BD, EF and 77. RGB value is (189,239,119). Sum of RGB (Red+Green+Blue) = 189+239+119=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF77 is #421088. Grayscale: #D2D2D2. Windows color (decimal): -4329609 or 7860157. OLE color: 7860157.

HSL color Cylindrical-coordinate representation of color #BDEF77: hue angle of 85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDEF77 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 119 -
CMYK 0.21 0 0.50 0.06
HSL 85º 0.79% 0.7% -
HSV(B) 85º 0.5% 0.94% -
XYZ 55.18 73.88 28.81 -
YUV 210.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 189 239 119 0.21 0 0.50 0.06 85 0.79 0.7
Hex BD EF 77 15 0 32 6 55 4F 46
Octal 275 357 167 25 0 62 6 125 117 106
Binary 10111101 11101111 1110111 10101 0 110010 110 1010101 1001111 1000110

Color Harmonies of #BDEF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF77

Black with #BDEF77

Text Example


Text Example

White with #BDEF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF77; }

 p { color: rgb(189,239,119); }

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

background-color css

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

 a { background-color: rgb(189,239,119); }

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

border-color css

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

 span { border-color: rgb(189,239,119); }

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