Html Css Color HEX #BDF170 Sulu

📋 copy color: '#BDF170'

red 189 ◦ green 241 ◦ blue 112

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

Shades of Sulu #BDF170

Tints of Sulu #BDF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.66%

R = 34.87%
G = 44.46%
B = 20.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BDF170 (or 0xBDF170) is known color: Sulu. HEX triplet: BD, F1 and 70. RGB value is (189,241,112). Sum of RGB (Red+Green+Blue) = 189+241+112=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF170 is #420E8F. Grayscale: #D3D3D3. Windows color (decimal): -4329104 or 7401917. OLE color: 7401917.

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

Color convert

RGB 189 241 112 -
CMYK 0.22 0 0.54 0.05
HSL 84.19º 0.82% 0.69% -
HSV(B) 84.19º 0.54% 0.95% -
XYZ 55.37 74.9 26.87 -
YUV 210.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 189 241 112 0.22 0 0.54 0.05 84.19 0.82 0.69
Hex BD F1 70 16 0 36 5 54 52 45
Octal 275 361 160 26 0 66 5 124 122 105
Binary 10111101 11110001 1110000 10110 0 110110 101 1010100 1010010 1000101

Color Harmonies of #BDF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF170

Black with #BDF170

Text Example


Text Example

White with #BDF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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