Html Css Color HEX #BDF690 Sulu

📋 copy color: '#BDF690'

red 189 ◦ green 246 ◦ blue 144

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

Shades of Sulu #BDF690

Tints of Sulu #BDF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

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

R = 32.64%
G = 42.49%
B = 24.87%

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

#BDF690 (or 0xBDF690) is known color: Sulu. HEX triplet: BD, F6 and 90. RGB value is (189,246,144). Sum of RGB (Red+Green+Blue) = 189+246+144=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF690 is #42096F. Grayscale: #D9D9D9. Windows color (decimal): -4327792 or 9500349. OLE color: 9500349.

HSL color Cylindrical-coordinate representation of color #BDF690: hue angle of 93.53º degrees, saturation: 0.85, 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 #BDF690 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 144 -
CMYK 0.23 0 0.41 0.04
HSL 93.53º 0.85% 0.76% -
HSV(B) 93.53º 0.41% 0.96% -
XYZ 58.98 78.74 38.48 -
YUV 217.33 86.62 107.79 -
System Red Green Blue C M Y K H S L
Decimal 189 246 144 0.23 0 0.41 0.04 93.53 0.85 0.76
Hex BD F6 90 17 0 29 4 5E 55 4C
Octal 275 366 220 27 0 51 4 136 125 114
Binary 10111101 11110110 10010000 10111 0 101001 100 1011110 1010101 1001100

Color Harmonies of #BDF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF690

Black with #BDF690

Text Example


Text Example

White with #BDF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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