Html Css Color HEX #DAFB2C Pear

📋 copy color: '#DAFB2C'

red 218 ◦ green 251 ◦ blue 44

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

Shades of Pear #DAFB2C

Tints of Pear #DAFB2C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

 BLUE value IS 44 (17.58% from 255) = 8.58%

R = 42.5%
G = 48.93%
B = 8.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#DAFB2C (or 0xDAFB2C) is known color: Pear. HEX triplet: DA, FB and 2C. RGB value is (218,251,44). Sum of RGB (Red+Green+Blue) = 218+251+44=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB2C is #2504D3. Grayscale: #DADADA. Windows color (decimal): -2426068 or 2948058. OLE color: 2948058.

HSL color Cylindrical-coordinate representation of color #DAFB2C: hue angle of 69.57º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFB2C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 44 -
CMYK 0.13 0 0.82 0.02
HSL 69.57º 0.96% 0.58% -
HSV(B) 69.57º 0.82% 0.98% -
XYZ 63.87 84.08 15.25 -
YUV 217.54 30.07 128.33 -
System Red Green Blue C M Y K H S L
Decimal 218 251 44 0.13 0 0.82 0.02 69.57 0.96 0.58
Hex DA FB 2C D 0 52 2 46 60 3A
Octal 332 373 54 15 0 122 2 106 140 72
Binary 11011010 11111011 101100 1101 0 1010010 10 1000110 1100000 111010

Color Harmonies of #DAFB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB2C

Black with #DAFB2C

Text Example


Text Example

White with #DAFB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB2C; }

 p { color: rgb(218,251,44); }

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

background-color css

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

 a { background-color: rgb(218,251,44); }

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

border-color css

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

 span { border-color: rgb(218,251,44); }

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