Html Css Color HEX #BDEA77 Sulu

📋 copy color: '#BDEA77'

red 189 ◦ green 234 ◦ blue 119

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

Shades of Sulu #BDEA77

Tints of Sulu #BDEA77

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

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

R = 34.87%
G = 43.17%
B = 21.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#BDEA77 (or 0xBDEA77) is known color: Sulu. HEX triplet: BD, EA and 77. RGB value is (189,234,119). Sum of RGB (Red+Green+Blue) = 189+234+119=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA77 is #421588. Grayscale: #CFCFCF. Windows color (decimal): -4330889 or 7858877. OLE color: 7858877.

HSL color Cylindrical-coordinate representation of color #BDEA77: hue angle of 83.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDEA77 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 119 -
CMYK 0.19 0 0.49 0.08
HSL 83.48º 0.73% 0.69% -
HSV(B) 83.48º 0.49% 0.92% -
XYZ 53.74 71 28.32 -
YUV 207.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 189 234 119 0.19 0 0.49 0.08 83.48 0.73 0.69
Hex BD EA 77 13 0 31 8 53 49 45
Octal 275 352 167 23 0 61 10 123 111 105
Binary 10111101 11101010 1110111 10011 0 110001 1000 1010011 1001001 1000101

Color Harmonies of #BDEA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA77

Black with #BDEA77

Text Example


Text Example

White with #BDEA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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