Html Css Color HEX #D2F481 Sulu

📋 copy color: '#D2F481'

red 210 ◦ green 244 ◦ blue 129

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

Shades of Sulu #D2F481

Tints of Sulu #D2F481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.13%

R = 36.02%
G = 41.85%
B = 22.13%

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

#D2F481 (or 0xD2F481) is known color: Sulu. HEX triplet: D2, F4 and 81. RGB value is (210,244,129). Sum of RGB (Red+Green+Blue) = 210+244+129=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F481 is #2D0B7E. Grayscale: #DDDDDD. Windows color (decimal): -2952063 or 8516818. OLE color: 8516818.

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

Color convert

RGB 210 244 129 -
CMYK 0.14 0 0.47 0.04
HSL 77.74º 0.84% 0.73% -
HSV(B) 77.74º 0.47% 0.96% -
XYZ 62.89 79.99 32.89 -
YUV 220.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 210 244 129 0.14 0 0.47 0.04 77.74 0.84 0.73
Hex D2 F4 81 E 0 2F 4 4E 54 49
Octal 322 364 201 16 0 57 4 116 124 111
Binary 11010010 11110100 10000001 1110 0 101111 100 1001110 1010100 1001001

Color Harmonies of #D2F481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F481

Black with #D2F481

Text Example


Text Example

White with #D2F481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F481; }

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

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

background-color css

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

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

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

border-color css

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

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

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