Html Css Color HEX #DAF123 Pear

📋 copy color: '#DAF123'

red 218 ◦ green 241 ◦ blue 35

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

Shades of Pear #DAF123

Tints of Pear #DAF123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.79%

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

R = 44.13%
G = 48.79%
B = 7.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#DAF123 (or 0xDAF123) is known color: Pear. HEX triplet: DA, F1 and 23. RGB value is (218,241,35). Sum of RGB (Red+Green+Blue) = 218+241+35=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF123 is #250EDC. Grayscale: #D3D3D3. Windows color (decimal): -2428637 or 2355674. OLE color: 2355674.

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

Color convert

RGB 218 241 35 -
CMYK 0.10 0 0.85 0.05
HSL 66.7º 0.88% 0.54% -
HSV(B) 66.7º 0.85% 0.95% -
XYZ 60.67 77.94 13.44 -
YUV 210.64 28.88 133.25 -
System Red Green Blue C M Y K H S L
Decimal 218 241 35 0.10 0 0.85 0.05 66.7 0.88 0.54
Hex DA F1 23 A 0 55 5 43 58 36
Octal 332 361 43 12 0 125 5 103 130 66
Binary 11011010 11110001 100011 1010 0 1010101 101 1000011 1011000 110110

Color Harmonies of #DAF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF123

Black with #DAF123

Text Example


Text Example

White with #DAF123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF123; }

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

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

background-color css

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

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

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

border-color css

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

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

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