Html Css Color HEX #D2F484 Sulu

📋 copy color: '#D2F484'

red 210 ◦ green 244 ◦ blue 132

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

Shades of Sulu #D2F484

Tints of Sulu #D2F484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 35.84%
G = 41.64%
B = 22.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#D2F484 (or 0xD2F484) is known color: Sulu. HEX triplet: D2, F4 and 84. RGB value is (210,244,132). Sum of RGB (Red+Green+Blue) = 210+244+132=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F484 is #2D0B7B. Grayscale: #DDDDDD. Windows color (decimal): -2952060 or 8713426. OLE color: 8713426.

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

Color convert

RGB 210 244 132 -
CMYK 0.14 0 0.46 0.04
HSL 78.21º 0.84% 0.74% -
HSV(B) 78.21º 0.46% 0.96% -
XYZ 63.09 80.07 33.96 -
YUV 221.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 210 244 132 0.14 0 0.46 0.04 78.21 0.84 0.74
Hex D2 F4 84 E 0 2E 4 4E 54 4A
Octal 322 364 204 16 0 56 4 116 124 112
Binary 11010010 11110100 10000100 1110 0 101110 100 1001110 1010100 1001010

Color Harmonies of #D2F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F484

Black with #D2F484

Text Example


Text Example

White with #D2F484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F484; }

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

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

background-color css

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

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

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

border-color css

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

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

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