Html Css Color HEX #D5F982 Sulu

📋 copy color: '#D5F982'

red 213 ◦ green 249 ◦ blue 130

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

Shades of Sulu #D5F982

Tints of Sulu #D5F982

RGB

 RED value IS 213 (83.59% from 255) = 35.98%

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

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

R = 35.98%
G = 42.06%
B = 21.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D5F982 (or 0xD5F982) is known color: Sulu. HEX triplet: D5, F9 and 82. RGB value is (213,249,130). Sum of RGB (Red+Green+Blue) = 213+249+130=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F982 is #2A067D. Grayscale: #E1E1E1. Windows color (decimal): -2754174 or 8583637. OLE color: 8583637.

HSL color Cylindrical-coordinate representation of color #D5F982: hue angle of 78.15º 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 #D5F982 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 130 -
CMYK 0.14 0 0.48 0.02
HSL 78.15º 0.91% 0.74% -
HSV(B) 78.15º 0.48% 0.98% -
XYZ 65.35 83.51 33.79 -
YUV 224.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 213 249 130 0.14 0 0.48 0.02 78.15 0.91 0.74
Hex D5 F9 82 E 0 30 2 4E 5B 4A
Octal 325 371 202 16 0 60 2 116 133 112
Binary 11010101 11111001 10000010 1110 0 110000 10 1001110 1011011 1001010

Color Harmonies of #D5F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F982

Black with #D5F982

Text Example


Text Example

White with #D5F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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