Html Css Color HEX #BDF978 Sulu

📋 copy color: '#BDF978'

red 189 ◦ green 249 ◦ blue 120

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

Shades of Sulu #BDF978

Tints of Sulu #BDF978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 33.87%
G = 44.62%
B = 21.51%

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

#BDF978 (or 0xBDF978) is known color: Sulu. HEX triplet: BD, F9 and 78. RGB value is (189,249,120). Sum of RGB (Red+Green+Blue) = 189+249+120=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF978 is #420687. Grayscale: #D8D8D8. Windows color (decimal): -4327048 or 7928253. OLE color: 7928253.

HSL color Cylindrical-coordinate representation of color #BDF978: hue angle of 87.91º degrees, saturation: 0.91, 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 #BDF978 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 120 -
CMYK 0.24 0 0.52 0.02
HSL 87.91º 0.91% 0.72% -
HSV(B) 87.91º 0.52% 0.98% -
XYZ 58.25 79.93 30.13 -
YUV 216.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 189 249 120 0.24 0 0.52 0.02 87.91 0.91 0.72
Hex BD F9 78 18 0 34 2 58 5B 48
Octal 275 371 170 30 0 64 2 130 133 110
Binary 10111101 11111001 1111000 11000 0 110100 10 1011000 1011011 1001000

Color Harmonies of #BDF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF978

Black with #BDF978

Text Example


Text Example

White with #BDF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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