Html Css Color HEX #BDF875 Sulu

📋 copy color: '#BDF875'

red 189 ◦ green 248 ◦ blue 117

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

Shades of Sulu #BDF875

Tints of Sulu #BDF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

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

R = 34.12%
G = 44.77%
B = 21.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#BDF875 (or 0xBDF875) is known color: Sulu. HEX triplet: BD, F8 and 75. RGB value is (189,248,117). Sum of RGB (Red+Green+Blue) = 189+248+117=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF875 is #42078A. Grayscale: #D7D7D7. Windows color (decimal): -4327307 or 7731389. OLE color: 7731389.

HSL color Cylindrical-coordinate representation of color #BDF875: hue angle of 87.02º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF875 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 117 -
CMYK 0.24 0 0.53 0.03
HSL 87.02º 0.9% 0.72% -
HSV(B) 87.02º 0.53% 0.97% -
XYZ 57.76 79.24 29.08 -
YUV 215.43 72.45 109.15 -
System Red Green Blue C M Y K H S L
Decimal 189 248 117 0.24 0 0.53 0.03 87.02 0.9 0.72
Hex BD F8 75 18 0 35 3 57 5A 48
Octal 275 370 165 30 0 65 3 127 132 110
Binary 10111101 11111000 1110101 11000 0 110101 11 1010111 1011010 1001000

Color Harmonies of #BDF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF875

Black with #BDF875

Text Example


Text Example

White with #BDF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF875; }

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

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

background-color css

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

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

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

border-color css

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

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

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