Html Css Color HEX #D4E682 Sulu

📋 copy color: '#D4E682'

red 212 ◦ green 230 ◦ blue 130

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

Shades of Sulu #D4E682

Tints of Sulu #D4E682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.21%

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

R = 37.06%
G = 40.21%
B = 22.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#D4E682 (or 0xD4E682) is known color: Sulu. HEX triplet: D4, E6 and 82. RGB value is (212,230,130). Sum of RGB (Red+Green+Blue) = 212+230+130=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E682 is #2B197D. Grayscale: #D5D5D5. Windows color (decimal): -2824574 or 8578772. OLE color: 8578772.

HSL color Cylindrical-coordinate representation of color #D4E682: hue angle of 70.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4E682 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 230 130 -
CMYK 0.08 0 0.43 0.10
HSL 70.8º 0.67% 0.71% -
HSV(B) 70.8º 0.43% 0.9% -
XYZ 59.48 72.2 31.92 -
YUV 213.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 212 230 130 0.08 0 0.43 0.10 70.8 0.67 0.71
Hex D4 E6 82 8 0 2B A 47 43 47
Octal 324 346 202 10 0 53 12 107 103 107
Binary 11010100 11100110 10000010 1000 0 101011 1010 1000111 1000011 1000111

Color Harmonies of #D4E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E682

Black with #D4E682

Text Example


Text Example

White with #D4E682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E682; }

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

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

background-color css

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

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

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

border-color css

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

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

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