Html Css Color HEX #D4F982 Sulu

📋 copy color: '#D4F982'

red 212 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D4F982

Tints of Sulu #D4F982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22%

R = 35.87%
G = 42.13%
B = 22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D4F982 (or 0xD4F982) is known color: Sulu. HEX triplet: D4, F9 and 82. RGB value is (212,249,130). Sum of RGB (Red+Green+Blue) = 212+249+130=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F982 is #2B067D. Grayscale: #E0E0E0. Windows color (decimal): -2819710 or 8583636. OLE color: 8583636.

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

Color convert

RGB 212 249 130 -
CMYK 0.15 0 0.48 0.02
HSL 78.66º 0.91% 0.74% -
HSV(B) 78.66º 0.48% 0.98% -
XYZ 65.06 83.36 33.78 -
YUV 224.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 212 249 130 0.15 0 0.48 0.02 78.66 0.91 0.74
Hex D4 F9 82 F 0 30 2 4F 5B 4A
Octal 324 371 202 17 0 60 2 117 133 112
Binary 11010100 11111001 10000010 1111 0 110000 10 1001111 1011011 1001010

Color Harmonies of #D4F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F982

Black with #D4F982

Text Example


Text Example

White with #D4F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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