Html Css Color HEX #BDF17A Sulu

📋 copy color: '#BDF17A'

red 189 ◦ green 241 ◦ blue 122

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

Shades of Sulu #BDF17A

Tints of Sulu #BDF17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.1%

R = 34.24%
G = 43.66%
B = 22.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BDF17A (or 0xBDF17A) is known color: Sulu. HEX triplet: BD, F1 and 7A. RGB value is (189,241,122). Sum of RGB (Red+Green+Blue) = 189+241+122=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17A is #420E85. Grayscale: #D4D4D4. Windows color (decimal): -4329094 or 8057277. OLE color: 8057277.

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

Color convert

RGB 189 241 122 -
CMYK 0.22 0 0.49 0.05
HSL 86.22º 0.81% 0.71% -
HSV(B) 86.22º 0.49% 0.95% -
XYZ 55.95 75.13 29.97 -
YUV 211.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 189 241 122 0.22 0 0.49 0.05 86.22 0.81 0.71
Hex BD F1 7A 16 0 31 5 56 51 47
Octal 275 361 172 26 0 61 5 126 121 107
Binary 10111101 11110001 1111010 10110 0 110001 101 1010110 1010001 1000111

Color Harmonies of #BDF17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF17A

Black with #BDF17A

Text Example


Text Example

White with #BDF17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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