#DAF130

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

Shades of Pear #DAF130

Tints of Pear #DAF130

Color information

#DAF130 (or 0xDAF130) is unknown color: approx Pear. HEX triplet: DA, F1 and 30. RGB value is (218,241,48). Sum of RGB (Red+Green+Blue) = 218+241+48=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF130 is #250ECF. Grayscale: #D4D4D4. Windows color (decimal): -2428624 or 3207642. OLE color: 3207642.

HSL color Cylindrical-coordinate representation of color #DAF130: hue angle of 67.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF130 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB21824148-
CMYK0.1000.800.05
HSL67.15º87.33%56.67%-
HSV(B)67.15º80.08%94.51%-
XYZ60.978.0314.65-
YUV212.1235.38132.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 48 (19.14% from 255) = 9.47%
R=43.00%
G=47.53%
B=9.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218241480.1000.800.0567.1587.3356.67
HexDAF130A0505435739
Octal33236160120120510312771
Binary110110101111000111000010100101000010110000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF130; }

 p { color: rgb(218,241,48); }

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

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

 a { background-color: rgb(218,241,48); }

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

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

 span { border-color: rgb(218,241,48); }

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