Html Css Color HEX #BDEA7E Sulu

📋 copy color: '#BDEA7E'

red 189 ◦ green 234 ◦ blue 126

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

Shades of Sulu #BDEA7E

Tints of Sulu #BDEA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.95%

R = 34.43%
G = 42.62%
B = 22.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#BDEA7E (or 0xBDEA7E) is known color: Sulu. HEX triplet: BD, EA and 7E. RGB value is (189,234,126). Sum of RGB (Red+Green+Blue) = 189+234+126=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA7E is #421581. Grayscale: #D0D0D0. Windows color (decimal): -4330882 or 8317629. OLE color: 8317629.

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

Color convert

RGB 189 234 126 -
CMYK 0.19 0 0.46 0.08
HSL 85º 0.72% 0.71% -
HSV(B) 85º 0.46% 0.92% -
XYZ 54.17 71.17 30.62 -
YUV 208.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 189 234 126 0.19 0 0.46 0.08 85 0.72 0.71
Hex BD EA 7E 13 0 2E 8 55 48 47
Octal 275 352 176 23 0 56 10 125 110 107
Binary 10111101 11101010 1111110 10011 0 101110 1000 1010101 1001000 1000111

Color Harmonies of #BDEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA7E

Black with #BDEA7E

Text Example


Text Example

White with #BDEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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