Html Css Color HEX #DAF31D Pear

📋 copy color: '#DAF31D'

red 218 ◦ green 243 ◦ blue 29

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

Shades of Pear #DAF31D

Tints of Pear #DAF31D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.59%

 BLUE value IS 29 (11.72% from 255) = 5.92%

R = 44.49%
G = 49.59%
B = 5.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DAF31D (or 0xDAF31D) is known color: Pear. HEX triplet: DA, F3 and 1D. RGB value is (218,243,29). Sum of RGB (Red+Green+Blue) = 218+243+29=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF31D is #250CE2. Grayscale: #D3D3D3. Windows color (decimal): -2428131 or 1962970. OLE color: 1962970.

HSL color Cylindrical-coordinate representation of color #DAF31D: hue angle of 67.01º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF31D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 29 -
CMYK 0.10 0 0.88 0.05
HSL 67.01º 0.9% 0.53% -
HSV(B) 67.01º 0.88% 0.95% -
XYZ 61.19 79.1 13.2 -
YUV 211.13 25.22 132.9 -
System Red Green Blue C M Y K H S L
Decimal 218 243 29 0.10 0 0.88 0.05 67.01 0.9 0.53
Hex DA F3 1D A 0 58 5 43 5A 35
Octal 332 363 35 12 0 130 5 103 132 65
Binary 11011010 11110011 11101 1010 0 1011000 101 1000011 1011010 110101

Color Harmonies of #DAF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF31D

Black with #DAF31D

Text Example


Text Example

White with #DAF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF31D; }

 p { color: rgb(218,243,29); }

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

background-color css

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

 a { background-color: rgb(218,243,29); }

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

border-color css

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

 span { border-color: rgb(218,243,29); }

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