Html Css Color HEX #BDF17D Sulu

📋 copy color: '#BDF17D'

red 189 ◦ green 241 ◦ blue 125

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

Shades of Sulu #BDF17D

Tints of Sulu #BDF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

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

R = 34.05%
G = 43.42%
B = 22.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BDF17D (or 0xBDF17D) is known color: Sulu. HEX triplet: BD, F1 and 7D. RGB value is (189,241,125). Sum of RGB (Red+Green+Blue) = 189+241+125=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17D is #420E82. Grayscale: #D4D4D4. Windows color (decimal): -4329091 or 8253885. OLE color: 8253885.

HSL color Cylindrical-coordinate representation of color #BDF17D: hue angle of 86.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF17D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 125 -
CMYK 0.22 0 0.48 0.05
HSL 86.9º 0.81% 0.72% -
HSV(B) 86.9º 0.48% 0.95% -
XYZ 56.14 75.21 30.96 -
YUV 212.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 189 241 125 0.22 0 0.48 0.05 86.9 0.81 0.72
Hex BD F1 7D 16 0 30 5 57 51 48
Octal 275 361 175 26 0 60 5 127 121 110
Binary 10111101 11110001 1111101 10110 0 110000 101 1010111 1010001 1001000

Color Harmonies of #BDF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF17D

Black with #BDF17D

Text Example


Text Example

White with #BDF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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