#D4F67A

Color #D4F67A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D4F67A

Tints of Sulu #D4F67A

Color information

#D4F67A (or 0xD4F67A) is unknown color: approx Sulu. HEX triplet: D4, F6 and 7A. RGB value is (212,246,122). Sum of RGB (Red+Green+Blue) = 212+246+122=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F67A is #2B0985. Grayscale: #DEDEDE. Windows color (decimal): -2820486 or 8058580. OLE color: 8058580.

HSL color Cylindrical-coordinate representation of color #D4F67A: hue angle of 76.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F67A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB212246122-
CMYK0.1400.500.04
HSL76.45º87.32%72.16%-
HSV(B)76.45º50.41%96.47%-
XYZ63.6281.3130.75-
YUV221.771.74121.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 122 (48.05% from 255) = 21.03%
R=36.55%
G=42.41%
B=21.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122461220.1400.500.0476.4587.3272.16
HexD4F67AE03244c5748
Octal324366172160624114127110
Binary1101010011110110111101011100110010100100110010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F67A; }

 p { color: rgb(212,246,122); }

 H1.HeaderClassName
 {
   color: #D4F67A;
 }
 .AnyTagClassName
 {
   color: #D4F67A;
 }
</style>
background-color css

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

 a { background-color: rgb(212,246,122); }

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

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

 span { border-color: rgb(212,246,122); }

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