Html Css Color HEX #BDF975 Sulu

📋 copy color: '#BDF975'

red 189 ◦ green 249 ◦ blue 117

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

Shades of Sulu #BDF975

Tints of Sulu #BDF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 34.05%
G = 44.86%
B = 21.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BDF975 (or 0xBDF975) is known color: Sulu. HEX triplet: BD, F9 and 75. RGB value is (189,249,117). Sum of RGB (Red+Green+Blue) = 189+249+117=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF975 is #42068A. Grayscale: #D8D8D8. Windows color (decimal): -4327051 or 7731645. OLE color: 7731645.

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

Color convert

RGB 189 249 117 -
CMYK 0.24 0 0.53 0.02
HSL 87.27º 0.92% 0.72% -
HSV(B) 87.27º 0.53% 0.98% -
XYZ 58.07 79.85 29.18 -
YUV 216.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 189 249 117 0.24 0 0.53 0.02 87.27 0.92 0.72
Hex BD F9 75 18 0 35 2 57 5C 48
Octal 275 371 165 30 0 65 2 127 134 110
Binary 10111101 11111001 1110101 11000 0 110101 10 1010111 1011100 1001000

Color Harmonies of #BDF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF975

Black with #BDF975

Text Example


Text Example

White with #BDF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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