Html Css Color HEX #DAF921 Pear

📋 copy color: '#DAF921'

red 218 ◦ green 249 ◦ blue 33

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

Shades of Pear #DAF921

Tints of Pear #DAF921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

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

R = 43.6%
G = 49.8%
B = 6.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DAF921 (or 0xDAF921) is known color: Pear. HEX triplet: DA, F9 and 21. RGB value is (218,249,33). Sum of RGB (Red+Green+Blue) = 218+249+33=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF921 is #2506DE. Grayscale: #D7D7D7. Windows color (decimal): -2426591 or 2226650. OLE color: 2226650.

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

Color convert

RGB 218 249 33 -
CMYK 0.12 0 0.87 0.02
HSL 68.61º 0.95% 0.55% -
HSV(B) 68.61º 0.87% 0.98% -
XYZ 63.06 82.77 14.09 -
YUV 215.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 218 249 33 0.12 0 0.87 0.02 68.61 0.95 0.55
Hex DA F9 21 C 0 57 2 45 5F 37
Octal 332 371 41 14 0 127 2 105 137 67
Binary 11011010 11111001 100001 1100 0 1010111 10 1000101 1011111 110111

Color Harmonies of #DAF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF921

Black with #DAF921

Text Example


Text Example

White with #DAF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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