Html Css Color HEX #D5FC4C Pear

📋 copy color: '#D5FC4C'

red 213 ◦ green 252 ◦ blue 76

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

Shades of Pear #D5FC4C

Tints of Pear #D5FC4C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 76 (30.08% from 255) = 14.05%

R = 39.37%
G = 46.58%
B = 14.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#D5FC4C (or 0xD5FC4C) is known color: Pear. HEX triplet: D5, FC and 4C. RGB value is (213,252,76). Sum of RGB (Red+Green+Blue) = 213+252+76=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC4C is #2A03B3. Grayscale: #DCDCDC. Windows color (decimal): -2753460 or 5045461. OLE color: 5045461.

HSL color Cylindrical-coordinate representation of color #D5FC4C: hue angle of 73.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5FC4C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 76 -
CMYK 0.15 0 0.70 0.01
HSL 73.3º 0.97% 0.64% -
HSV(B) 73.3º 0.7% 0.99% -
XYZ 63.56 84.29 19.76 -
YUV 220.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 213 252 76 0.15 0 0.70 0.01 73.3 0.97 0.64
Hex D5 FC 4C F 0 46 1 49 61 40
Octal 325 374 114 17 0 106 1 111 141 100
Binary 11010101 11111100 1001100 1111 0 1000110 1 1001001 1100001 1000000

Color Harmonies of #D5FC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC4C

Black with #D5FC4C

Text Example


Text Example

White with #D5FC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC4C; }

 p { color: rgb(213,252,76); }

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

background-color css

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

 a { background-color: rgb(213,252,76); }

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

border-color css

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

 span { border-color: rgb(213,252,76); }

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