Html Css Color HEX #BDEE90 Sulu

📋 copy color: '#BDEE90'

red 189 ◦ green 238 ◦ blue 144

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

Shades of Sulu #BDEE90

Tints of Sulu #BDEE90

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 144 (56.64% from 255) = 25.22%

R = 33.1%
G = 41.68%
B = 25.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#BDEE90 (or 0xBDEE90) is known color: Sulu. HEX triplet: BD, EE and 90. RGB value is (189,238,144). Sum of RGB (Red+Green+Blue) = 189+238+144=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE90 is #42116F. Grayscale: #D4D4D4. Windows color (decimal): -4329840 or 9498301. OLE color: 9498301.

HSL color Cylindrical-coordinate representation of color #BDEE90: hue angle of 91.28º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEE90 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 144 -
CMYK 0.21 0 0.39 0.07
HSL 91.28º 0.73% 0.75% -
HSV(B) 91.28º 0.39% 0.93% -
XYZ 56.59 73.98 37.68 -
YUV 212.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 189 238 144 0.21 0 0.39 0.07 91.28 0.73 0.75
Hex BD EE 90 15 0 27 7 5B 49 4B
Octal 275 356 220 25 0 47 7 133 111 113
Binary 10111101 11101110 10010000 10101 0 100111 111 1011011 1001001 1001011

Color Harmonies of #BDEE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEE90

Black with #BDEE90

Text Example


Text Example

White with #BDEE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEE90; }

 p { color: rgb(189,238,144); }

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

background-color css

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

 a { background-color: rgb(189,238,144); }

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

border-color css

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

 span { border-color: rgb(189,238,144); }

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