Html Css Color HEX #BDF490 Sulu

📋 copy color: '#BDF490'

red 189 ◦ green 244 ◦ blue 144

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

Shades of Sulu #BDF490

Tints of Sulu #BDF490

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.29%

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

R = 32.76%
G = 42.29%
B = 24.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#BDF490 (or 0xBDF490) is known color: Sulu. HEX triplet: BD, F4 and 90. RGB value is (189,244,144). Sum of RGB (Red+Green+Blue) = 189+244+144=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF490 is #420B6F. Grayscale: #D8D8D8. Windows color (decimal): -4328304 or 9499837. OLE color: 9499837.

HSL color Cylindrical-coordinate representation of color #BDF490: hue angle of 93º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF490 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 144 -
CMYK 0.23 0 0.41 0.04
HSL 93º 0.82% 0.76% -
HSV(B) 93º 0.41% 0.96% -
XYZ 58.37 77.53 38.27 -
YUV 216.16 87.28 108.63 -
System Red Green Blue C M Y K H S L
Decimal 189 244 144 0.23 0 0.41 0.04 93 0.82 0.76
Hex BD F4 90 17 0 29 4 5D 52 4C
Octal 275 364 220 27 0 51 4 135 122 114
Binary 10111101 11110100 10010000 10111 0 101001 100 1011101 1010010 1001100

Color Harmonies of #BDF490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF490

Black with #BDF490

Text Example


Text Example

White with #BDF490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF490; }

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

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

background-color css

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

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

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

border-color css

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

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

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