Html Css Color HEX #D4E68A Sulu

📋 copy color: '#D4E68A'

red 212 ◦ green 230 ◦ blue 138

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

Shades of Sulu #D4E68A

Tints of Sulu #D4E68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.79%

R = 36.55%
G = 39.66%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#D4E68A (or 0xD4E68A) is known color: Sulu. HEX triplet: D4, E6 and 8A. RGB value is (212,230,138). Sum of RGB (Red+Green+Blue) = 212+230+138=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E68A is #2B1975. Grayscale: #D6D6D6. Windows color (decimal): -2824566 or 9103060. OLE color: 9103060.

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

Color convert

RGB 212 230 138 -
CMYK 0.08 0 0.4 0.10
HSL 71.74º 0.65% 0.72% -
HSV(B) 71.74º 0.4% 0.9% -
XYZ 60.04 72.43 34.86 -
YUV 214.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 212 230 138 0.08 0 0.4 0.10 71.74 0.65 0.72
Hex D4 E6 8A 8 0 28 A 48 41 48
Octal 324 346 212 10 0 50 12 110 101 110
Binary 11010100 11100110 10001010 1000 0 101000 1010 1001000 1000001 1001000

Color Harmonies of #D4E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E68A

Black with #D4E68A

Text Example


Text Example

White with #D4E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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