Html Css Color HEX #BDE77F Sulu

📋 copy color: '#BDE77F'

red 189 ◦ green 231 ◦ blue 127

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

Shades of Sulu #BDE77F

Tints of Sulu #BDE77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.22%

R = 34.55%
G = 42.23%
B = 23.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BDE77F (or 0xBDE77F) is known color: Sulu. HEX triplet: BD, E7 and 7F. RGB value is (189,231,127). Sum of RGB (Red+Green+Blue) = 189+231+127=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE77F is #421880. Grayscale: #CECECE. Windows color (decimal): -4331649 or 8382397. OLE color: 8382397.

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

Color convert

RGB 189 231 127 -
CMYK 0.18 0 0.45 0.09
HSL 84.23º 0.68% 0.7% -
HSV(B) 84.23º 0.45% 0.91% -
XYZ 53.39 69.5 30.68 -
YUV 206.59 83.09 115.46 -
System Red Green Blue C M Y K H S L
Decimal 189 231 127 0.18 0 0.45 0.09 84.23 0.68 0.7
Hex BD E7 7F 12 0 2D 9 54 44 46
Octal 275 347 177 22 0 55 11 124 104 106
Binary 10111101 11100111 1111111 10010 0 101101 1001 1010100 1000100 1000110

Color Harmonies of #BDE77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE77F

Black with #BDE77F

Text Example


Text Example

White with #BDE77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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