Html Css Color HEX #DAFD42 Pear

📋 copy color: '#DAFD42'

red 218 ◦ green 253 ◦ blue 66

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

Shades of Pear #DAFD42

Tints of Pear #DAFD42

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.11%

 BLUE value IS 66 (26.17% from 255) = 12.29%

R = 40.6%
G = 47.11%
B = 12.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#DAFD42 (or 0xDAFD42) is known color: Pear. HEX triplet: DA, FD and 42. RGB value is (218,253,66). Sum of RGB (Red+Green+Blue) = 218+253+66=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD42 is #2502BD. Grayscale: #DDDDDD. Windows color (decimal): -2425534 or 4390362. OLE color: 4390362.

HSL color Cylindrical-coordinate representation of color #DAFD42: hue angle of 71.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAFD42 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 66 -
CMYK 0.14 0 0.74 0.01
HSL 71.23º 0.98% 0.63% -
HSV(B) 71.23º 0.74% 0.99% -
XYZ 65.02 85.55 18.24 -
YUV 221.22 40.4 125.71 -
System Red Green Blue C M Y K H S L
Decimal 218 253 66 0.14 0 0.74 0.01 71.23 0.98 0.63
Hex DA FD 42 E 0 4A 1 47 62 3F
Octal 332 375 102 16 0 112 1 107 142 77
Binary 11011010 11111101 1000010 1110 0 1001010 1 1000111 1100010 111111

Color Harmonies of #DAFD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD42

Black with #DAFD42

Text Example


Text Example

White with #DAFD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD42; }

 p { color: rgb(218,253,66); }

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

background-color css

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

 a { background-color: rgb(218,253,66); }

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

border-color css

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

 span { border-color: rgb(218,253,66); }

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