#D4F18C

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

Shades of Sulu #D4F18C

Tints of Sulu #D4F18C

Color information

#D4F18C (or 0xD4F18C) is unknown color: approx Sulu. HEX triplet: D4, F1 and 8C. RGB value is (212,241,140). Sum of RGB (Red+Green+Blue) = 212+241+140=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F18C is #2B0E73. Grayscale: #DDDDDD. Windows color (decimal): -2821748 or 9236948. OLE color: 9236948.

HSL color Cylindrical-coordinate representation of color #D4F18C: hue angle of 77.23º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4F18C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB212241140-
CMYK0.1200.420.05
HSL77.23º78.29%74.71%-
HSV(B)77.23º41.91%94.51%-
XYZ63.3478.836.68-
YUV220.8282.39121.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=35.75%
G=40.64%
B=23.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122411400.1200.420.0577.2378.2974.71
HexD4F18CC02A54d4e4b
Octal324361214140525115116113
Binary11010100111100011000110011000101010101100110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F18C; }

 p { color: rgb(212,241,140); }

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

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

 a { background-color: rgb(212,241,140); }

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

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

 span { border-color: rgb(212,241,140); }

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