Html Css Color HEX #DAFA23 Pear

📋 copy color: '#DAFA23'

red 218 ◦ green 250 ◦ blue 35

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

Shades of Pear #DAFA23

Tints of Pear #DAFA23

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 35 (14.06% from 255) = 6.96%

R = 43.34%
G = 49.7%
B = 6.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#DAFA23 (or 0xDAFA23) is known color: Pear. HEX triplet: DA, FA and 23. RGB value is (218,250,35). Sum of RGB (Red+Green+Blue) = 218+250+35=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA23 is #2505DC. Grayscale: #D8D8D8. Windows color (decimal): -2426333 or 2357978. OLE color: 2357978.

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

Color convert

RGB 218 250 35 -
CMYK 0.13 0 0.86 0.02
HSL 68.93º 0.96% 0.56% -
HSV(B) 68.93º 0.86% 0.98% -
XYZ 63.4 83.4 14.35 -
YUV 215.92 25.9 129.48 -
System Red Green Blue C M Y K H S L
Decimal 218 250 35 0.13 0 0.86 0.02 68.93 0.96 0.56
Hex DA FA 23 D 0 56 2 45 60 38
Octal 332 372 43 15 0 126 2 105 140 70
Binary 11011010 11111010 100011 1101 0 1010110 10 1000101 1100000 111000

Color Harmonies of #DAFA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA23

Black with #DAFA23

Text Example


Text Example

White with #DAFA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA23; }

 p { color: rgb(218,250,35); }

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

background-color css

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

 a { background-color: rgb(218,250,35); }

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

border-color css

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

 span { border-color: rgb(218,250,35); }

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