Html Css Color HEX #D5F41C Pear

📋 copy color: '#D5F41C'

red 213 ◦ green 244 ◦ blue 28

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

Shades of Pear #D5F41C

Tints of Pear #D5F41C

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 28 (11.33% from 255) = 5.77%

R = 43.92%
G = 50.31%
B = 5.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D5F41C (or 0xD5F41C) is known color: Pear. HEX triplet: D5, F4 and 1C. RGB value is (213,244,28). Sum of RGB (Red+Green+Blue) = 213+244+28=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F41C is #2A0BE3. Grayscale: #D2D2D2. Windows color (decimal): -2755556 or 1897685. OLE color: 1897685.

HSL color Cylindrical-coordinate representation of color #D5F41C: hue angle of 68.61º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5F41C is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 28 -
CMYK 0.13 0 0.89 0.04
HSL 68.61º 0.91% 0.53% -
HSV(B) 68.61º 0.89% 0.96% -
XYZ 60 78.93 13.17 -
YUV 210.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 213 244 28 0.13 0 0.89 0.04 68.61 0.91 0.53
Hex D5 F4 1C D 0 59 4 45 5B 35
Octal 325 364 34 15 0 131 4 105 133 65
Binary 11010101 11110100 11100 1101 0 1011001 100 1000101 1011011 110101

Color Harmonies of #D5F41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F41C

Black with #D5F41C

Text Example


Text Example

White with #D5F41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F41C; }

 p { color: rgb(213,244,28); }

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

background-color css

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

 a { background-color: rgb(213,244,28); }

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

border-color css

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

 span { border-color: rgb(213,244,28); }

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