Html Css Color HEX #BDF275 Sulu

📋 copy color: '#BDF275'

red 189 ◦ green 242 ◦ blue 117

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

Shades of Sulu #BDF275

Tints of Sulu #BDF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 34.49%
G = 44.16%
B = 21.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BDF275 (or 0xBDF275) is known color: Sulu. HEX triplet: BD, F2 and 75. RGB value is (189,242,117). Sum of RGB (Red+Green+Blue) = 189+242+117=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF275 is #420D8A. Grayscale: #D4D4D4. Windows color (decimal): -4328843 or 7729853. OLE color: 7729853.

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

Color convert

RGB 189 242 117 -
CMYK 0.22 0 0.52 0.05
HSL 85.44º 0.83% 0.7% -
HSV(B) 85.44º 0.52% 0.95% -
XYZ 55.95 75.61 28.47 -
YUV 211.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 189 242 117 0.22 0 0.52 0.05 85.44 0.83 0.7
Hex BD F2 75 16 0 34 5 55 53 46
Octal 275 362 165 26 0 64 5 125 123 106
Binary 10111101 11110010 1110101 10110 0 110100 101 1010101 1010011 1000110

Color Harmonies of #BDF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF275

Black with #BDF275

Text Example


Text Example

White with #BDF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF275; }

 p { color: rgb(189,242,117); }

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

background-color css

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

 a { background-color: rgb(189,242,117); }

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

border-color css

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

 span { border-color: rgb(189,242,117); }

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