Html Css Color HEX #D4F01A Pear

📋 copy color: '#D4F01A'

red 212 ◦ green 240 ◦ blue 26

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

Shades of Pear #D4F01A

Tints of Pear #D4F01A

RGB

 RED value IS 212 (83.2% from 255) = 44.35%

 GREEN value IS 240 (94.14% from 255) = 50.21%

 BLUE value IS 26 (10.55% from 255) = 5.44%

R = 44.35%
G = 50.21%
B = 5.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#D4F01A (or 0xD4F01A) is known color: Pear. HEX triplet: D4, F0 and 1A. RGB value is (212,240,26). Sum of RGB (Red+Green+Blue) = 212+240+26=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F01A is #2B0FE5. Grayscale: #D0D0D0. Windows color (decimal): -2822118 or 1765588. OLE color: 1765588.

HSL color Cylindrical-coordinate representation of color #D4F01A: hue angle of 67.85º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4F01A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 26 -
CMYK 0.12 0 0.89 0.06
HSL 67.85º 0.88% 0.52% -
HSV(B) 67.85º 0.89% 0.94% -
XYZ 58.5 76.39 12.64 -
YUV 207.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 212 240 26 0.12 0 0.89 0.06 67.85 0.88 0.52
Hex D4 F0 1A C 0 59 6 44 58 34
Octal 324 360 32 14 0 131 6 104 130 64
Binary 11010100 11110000 11010 1100 0 1011001 110 1000100 1011000 110100

Color Harmonies of #D4F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F01A

Black with #D4F01A

Text Example


Text Example

White with #D4F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F01A; }

 p { color: rgb(212,240,26); }

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

background-color css

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

 a { background-color: rgb(212,240,26); }

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

border-color css

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

 span { border-color: rgb(212,240,26); }

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