Html Css Color HEX #BDF977 Sulu

📋 copy color: '#BDF977'

red 189 ◦ green 249 ◦ blue 119

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

Shades of Sulu #BDF977

Tints of Sulu #BDF977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.36%

R = 33.93%
G = 44.7%
B = 21.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#BDF977 (or 0xBDF977) is known color: Sulu. HEX triplet: BD, F9 and 77. RGB value is (189,249,119). Sum of RGB (Red+Green+Blue) = 189+249+119=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF977 is #420688. Grayscale: #D8D8D8. Windows color (decimal): -4327049 or 7862717. OLE color: 7862717.

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

Color convert

RGB 189 249 119 -
CMYK 0.24 0 0.52 0.02
HSL 87.69º 0.92% 0.72% -
HSV(B) 87.69º 0.52% 0.98% -
XYZ 58.19 79.9 29.81 -
YUV 216.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 189 249 119 0.24 0 0.52 0.02 87.69 0.92 0.72
Hex BD F9 77 18 0 34 2 58 5C 48
Octal 275 371 167 30 0 64 2 130 134 110
Binary 10111101 11111001 1110111 11000 0 110100 10 1011000 1011100 1001000

Color Harmonies of #BDF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF977

Black with #BDF977

Text Example


Text Example

White with #BDF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF977; }

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

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

background-color css

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

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

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

border-color css

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

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

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