Html Css Color HEX #D4F980 Sulu

📋 copy color: '#D4F980'

red 212 ◦ green 249 ◦ blue 128

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

Shades of Sulu #D4F980

Tints of Sulu #D4F980

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

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

 BLUE value IS 128 (50.39% from 255) = 21.73%

R = 35.99%
G = 42.28%
B = 21.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D4F980 (or 0xD4F980) is known color: Sulu. HEX triplet: D4, F9 and 80. RGB value is (212,249,128). Sum of RGB (Red+Green+Blue) = 212+249+128=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F980 is #2B067F. Grayscale: #E0E0E0. Windows color (decimal): -2819712 or 8452564. OLE color: 8452564.

HSL color Cylindrical-coordinate representation of color #D4F980: hue angle of 78.35º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4F980 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 249 128 -
CMYK 0.15 0 0.49 0.02
HSL 78.35º 0.91% 0.74% -
HSV(B) 78.35º 0.49% 0.98% -
XYZ 64.92 83.31 33.08 -
YUV 224.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 212 249 128 0.15 0 0.49 0.02 78.35 0.91 0.74
Hex D4 F9 80 F 0 31 2 4E 5B 4A
Octal 324 371 200 17 0 61 2 116 133 112
Binary 11010100 11111001 10000000 1111 0 110001 10 1001110 1011011 1001010

Color Harmonies of #D4F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F980

Black with #D4F980

Text Example


Text Example

White with #D4F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F980; }

 p { color: rgb(212,249,128); }

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

background-color css

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

 a { background-color: rgb(212,249,128); }

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

border-color css

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

 span { border-color: rgb(212,249,128); }

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