Html Css Color HEX #BDF990 Sulu

📋 copy color: '#BDF990'

red 189 ◦ green 249 ◦ blue 144

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

Shades of Sulu #BDF990

Tints of Sulu #BDF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.78%

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

R = 32.47%
G = 42.78%
B = 24.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BDF990 (or 0xBDF990) is known color: Sulu. HEX triplet: BD, F9 and 90. RGB value is (189,249,144). Sum of RGB (Red+Green+Blue) = 189+249+144=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF990 is #42066F. Grayscale: #DBDBDB. Windows color (decimal): -4327024 or 9501117. OLE color: 9501117.

HSL color Cylindrical-coordinate representation of color #BDF990: hue angle of 94.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF990 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 144 -
CMYK 0.24 0 0.42 0.02
HSL 94.29º 0.9% 0.77% -
HSV(B) 94.29º 0.42% 0.98% -
XYZ 59.9 80.58 38.78 -
YUV 219.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 189 249 144 0.24 0 0.42 0.02 94.29 0.9 0.77
Hex BD F9 90 18 0 2A 2 5E 5A 4D
Octal 275 371 220 30 0 52 2 136 132 115
Binary 10111101 11111001 10010000 11000 0 101010 10 1011110 1011010 1001101

Color Harmonies of #BDF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF990

Black with #BDF990

Text Example


Text Example

White with #BDF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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