Html Css Color HEX #BDE777 Sulu

📋 copy color: '#BDE777'

red 189 ◦ green 231 ◦ blue 119

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

Shades of Sulu #BDE777

Tints of Sulu #BDE777

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.86%

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

R = 35.06%
G = 42.86%
B = 22.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#BDE777 (or 0xBDE777) is known color: Sulu. HEX triplet: BD, E7 and 77. RGB value is (189,231,119). Sum of RGB (Red+Green+Blue) = 189+231+119=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE777 is #421888. Grayscale: #CECECE. Windows color (decimal): -4331657 or 7858109. OLE color: 7858109.

HSL color Cylindrical-coordinate representation of color #BDE777: hue angle of 82.5º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE777 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 119 -
CMYK 0.18 0 0.48 0.09
HSL 82.5º 0.7% 0.69% -
HSV(B) 82.5º 0.48% 0.91% -
XYZ 52.89 69.3 28.04 -
YUV 205.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 189 231 119 0.18 0 0.48 0.09 82.5 0.7 0.69
Hex BD E7 77 12 0 30 9 52 46 45
Octal 275 347 167 22 0 60 11 122 106 105
Binary 10111101 11100111 1110111 10010 0 110000 1001 1010010 1000110 1000101

Color Harmonies of #BDE777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE777

Black with #BDE777

Text Example


Text Example

White with #BDE777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE777; }

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

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

background-color css

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

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

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

border-color css

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

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

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