Html Css Color HEX #BDF97E Sulu

📋 copy color: '#BDF97E'

red 189 ◦ green 249 ◦ blue 126

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

Shades of Sulu #BDF97E

Tints of Sulu #BDF97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 33.51%
G = 44.15%
B = 22.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BDF97E (or 0xBDF97E) is known color: Sulu. HEX triplet: BD, F9 and 7E. RGB value is (189,249,126). Sum of RGB (Red+Green+Blue) = 189+249+126=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF97E is #420681. Grayscale: #D9D9D9. Windows color (decimal): -4327042 or 8321469. OLE color: 8321469.

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

Color convert

RGB 189 249 126 -
CMYK 0.24 0 0.49 0.02
HSL 89.27º 0.91% 0.74% -
HSV(B) 89.27º 0.49% 0.98% -
XYZ 58.63 80.08 32.1 -
YUV 217.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 189 249 126 0.24 0 0.49 0.02 89.27 0.91 0.74
Hex BD F9 7E 18 0 31 2 59 5B 4A
Octal 275 371 176 30 0 61 2 131 133 112
Binary 10111101 11111001 1111110 11000 0 110001 10 1011001 1011011 1001010

Color Harmonies of #BDF97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF97E

Black with #BDF97E

Text Example


Text Example

White with #BDF97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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