Html Css Color HEX #BDF97D Sulu

📋 copy color: '#BDF97D'

red 189 ◦ green 249 ◦ blue 125

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

Shades of Sulu #BDF97D

Tints of Sulu #BDF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.2%

R = 33.57%
G = 44.23%
B = 22.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BDF97D (or 0xBDF97D) is known color: Sulu. HEX triplet: BD, F9 and 7D. RGB value is (189,249,125). Sum of RGB (Red+Green+Blue) = 189+249+125=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF97D is #420682. Grayscale: #D9D9D9. Windows color (decimal): -4327043 or 8255933. OLE color: 8255933.

HSL color Cylindrical-coordinate representation of color #BDF97D: hue angle of 89.03º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF97D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 125 -
CMYK 0.24 0 0.50 0.02
HSL 89.03º 0.91% 0.73% -
HSV(B) 89.03º 0.5% 0.98% -
XYZ 58.56 80.05 31.77 -
YUV 216.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 189 249 125 0.24 0 0.50 0.02 89.03 0.91 0.73
Hex BD F9 7D 18 0 32 2 59 5B 49
Octal 275 371 175 30 0 62 2 131 133 111
Binary 10111101 11111001 1111101 11000 0 110010 10 1011001 1011011 1001001

Color Harmonies of #BDF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF97D

Black with #BDF97D

Text Example


Text Example

White with #BDF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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