Html Css Color HEX #D2F482 Sulu

📋 copy color: '#D2F482'

red 210 ◦ green 244 ◦ blue 130

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

Shades of Sulu #D2F482

Tints of Sulu #D2F482

RGB

 RED value IS 210 (82.42% from 255) = 35.96%

 GREEN value IS 244 (95.7% from 255) = 41.78%

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

R = 35.96%
G = 41.78%
B = 22.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#D2F482 (or 0xD2F482) is known color: Sulu. HEX triplet: D2, F4 and 82. RGB value is (210,244,130). Sum of RGB (Red+Green+Blue) = 210+244+130=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F482 is #2D0B7D. Grayscale: #DDDDDD. Windows color (decimal): -2952062 or 8582354. OLE color: 8582354.

HSL color Cylindrical-coordinate representation of color #D2F482: hue angle of 77.89º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2F482 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 130 -
CMYK 0.14 0 0.47 0.04
HSL 77.89º 0.84% 0.73% -
HSV(B) 77.89º 0.47% 0.96% -
XYZ 62.96 80.01 33.25 -
YUV 220.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 210 244 130 0.14 0 0.47 0.04 77.89 0.84 0.73
Hex D2 F4 82 E 0 2F 4 4E 54 49
Octal 322 364 202 16 0 57 4 116 124 111
Binary 11010010 11110100 10000010 1110 0 101111 100 1001110 1010100 1001001

Color Harmonies of #D2F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F482

Black with #D2F482

Text Example


Text Example

White with #D2F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F482; }

 p { color: rgb(210,244,130); }

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

background-color css

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

 a { background-color: rgb(210,244,130); }

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

border-color css

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

 span { border-color: rgb(210,244,130); }

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