Html Css Color HEX #DAF821 Pear

📋 copy color: '#DAF821'

red 218 ◦ green 248 ◦ blue 33

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

Shades of Pear #DAF821

Tints of Pear #DAF821

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

 BLUE value IS 33 (13.28% from 255) = 6.61%

R = 43.69%
G = 49.7%
B = 6.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DAF821 (or 0xDAF821) is known color: Pear. HEX triplet: DA, F8 and 21. RGB value is (218,248,33). Sum of RGB (Red+Green+Blue) = 218+248+33=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF821 is #2507DE. Grayscale: #D7D7D7. Windows color (decimal): -2426847 or 2226394. OLE color: 2226394.

HSL color Cylindrical-coordinate representation of color #DAF821: hue angle of 68.37º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAF821 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 33 -
CMYK 0.12 0 0.87 0.03
HSL 68.37º 0.94% 0.55% -
HSV(B) 68.37º 0.87% 0.97% -
XYZ 62.76 82.15 13.99 -
YUV 214.52 25.56 130.48 -
System Red Green Blue C M Y K H S L
Decimal 218 248 33 0.12 0 0.87 0.03 68.37 0.94 0.55
Hex DA F8 21 C 0 57 3 44 5E 37
Octal 332 370 41 14 0 127 3 104 136 67
Binary 11011010 11111000 100001 1100 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DAF821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF821

Black with #DAF821

Text Example


Text Example

White with #DAF821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF821; }

 p { color: rgb(218,248,33); }

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

background-color css

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

 a { background-color: rgb(218,248,33); }

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

border-color css

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

 span { border-color: rgb(218,248,33); }

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