Html Css Color HEX #D5FC21 Pear

📋 copy color: '#D5FC21'

red 213 ◦ green 252 ◦ blue 33

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

Shades of Pear #D5FC21

Tints of Pear #D5FC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.63%

R = 42.77%
G = 50.6%
B = 6.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#D5FC21 (or 0xD5FC21) is known color: Pear. HEX triplet: D5, FC and 21. RGB value is (213,252,33). Sum of RGB (Red+Green+Blue) = 213+252+33=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC21 is #2A03DE. Grayscale: #D8D8D8. Windows color (decimal): -2753503 or 2227413. OLE color: 2227413.

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

Color convert

RGB 213 252 33 -
CMYK 0.15 0 0.87 0.01
HSL 70.68º 0.97% 0.56% -
HSV(B) 70.68º 0.87% 0.99% -
XYZ 62.53 83.88 14.33 -
YUV 215.37 25.08 126.31 -
System Red Green Blue C M Y K H S L
Decimal 213 252 33 0.15 0 0.87 0.01 70.68 0.97 0.56
Hex D5 FC 21 F 0 57 1 47 61 38
Octal 325 374 41 17 0 127 1 107 141 70
Binary 11010101 11111100 100001 1111 0 1010111 1 1000111 1100001 111000

Color Harmonies of #D5FC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC21

Black with #D5FC21

Text Example


Text Example

White with #D5FC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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