Html Css Color HEX #DAF52A Pear

📋 copy color: '#DAF52A'

red 218 ◦ green 245 ◦ blue 42

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

Shades of Pear #DAF52A

Tints of Pear #DAF52A

RGB

 RED value IS 218 (85.55% from 255) = 43.17%

 GREEN value IS 245 (96.09% from 255) = 48.51%

 BLUE value IS 42 (16.8% from 255) = 8.32%

R = 43.17%
G = 48.51%
B = 8.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#DAF52A (or 0xDAF52A) is known color: Pear. HEX triplet: DA, F5 and 2A. RGB value is (218,245,42). Sum of RGB (Red+Green+Blue) = 218+245+42=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF52A is #250AD5. Grayscale: #D6D6D6. Windows color (decimal): -2427606 or 2815450. OLE color: 2815450.

HSL color Cylindrical-coordinate representation of color #DAF52A: hue angle of 67.98º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF52A is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 42 -
CMYK 0.11 0 0.83 0.04
HSL 67.98º 0.91% 0.56% -
HSV(B) 67.98º 0.83% 0.96% -
XYZ 61.98 80.38 14.44 -
YUV 213.79 31.05 131.01 -
System Red Green Blue C M Y K H S L
Decimal 218 245 42 0.11 0 0.83 0.04 67.98 0.91 0.56
Hex DA F5 2A B 0 53 4 44 5B 38
Octal 332 365 52 13 0 123 4 104 133 70
Binary 11011010 11110101 101010 1011 0 1010011 100 1000100 1011011 111000

Color Harmonies of #DAF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF52A

Black with #DAF52A

Text Example


Text Example

White with #DAF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF52A; }

 p { color: rgb(218,245,42); }

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

background-color css

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

 a { background-color: rgb(218,245,42); }

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

border-color css

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

 span { border-color: rgb(218,245,42); }

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