Html Css Color HEX #BDF790 Sulu

📋 copy color: '#BDF790'

red 189 ◦ green 247 ◦ blue 144

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

Shades of Sulu #BDF790

Tints of Sulu #BDF790

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

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

R = 32.59%
G = 42.59%
B = 24.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#BDF790 (or 0xBDF790) is known color: Sulu. HEX triplet: BD, F7 and 90. RGB value is (189,247,144). Sum of RGB (Red+Green+Blue) = 189+247+144=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF790 is #42086F. Grayscale: #DADADA. Windows color (decimal): -4327536 or 9500605. OLE color: 9500605.

HSL color Cylindrical-coordinate representation of color #BDF790: hue angle of 93.79º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF790 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 144 -
CMYK 0.23 0 0.42 0.03
HSL 93.79º 0.87% 0.77% -
HSV(B) 93.79º 0.42% 0.97% -
XYZ 59.28 79.35 38.58 -
YUV 217.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 189 247 144 0.23 0 0.42 0.03 93.79 0.87 0.77
Hex BD F7 90 17 0 2A 3 5E 57 4D
Octal 275 367 220 27 0 52 3 136 127 115
Binary 10111101 11110111 10010000 10111 0 101010 11 1011110 1010111 1001101

Color Harmonies of #BDF790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF790

Black with #BDF790

Text Example


Text Example

White with #BDF790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF790; }

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

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

background-color css

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

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

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

border-color css

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

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

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