Html Css Color HEX #D5FA23 Pear

📋 copy color: '#D5FA23'

red 213 ◦ green 250 ◦ blue 35

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

Shades of Pear #D5FA23

Tints of Pear #D5FA23

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.2%

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

R = 42.77%
G = 50.2%
B = 7.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#D5FA23 (or 0xD5FA23) is known color: Pear. HEX triplet: D5, FA and 23. RGB value is (213,250,35). Sum of RGB (Red+Green+Blue) = 213+250+35=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA23 is #2A05DC. Grayscale: #D7D7D7. Windows color (decimal): -2754013 or 2357973. OLE color: 2357973.

HSL color Cylindrical-coordinate representation of color #D5FA23: hue angle of 70.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5FA23 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 35 -
CMYK 0.15 0 0.86 0.02
HSL 70.33º 0.96% 0.56% -
HSV(B) 70.33º 0.86% 0.98% -
XYZ 61.93 82.64 14.28 -
YUV 214.43 26.74 126.98 -
System Red Green Blue C M Y K H S L
Decimal 213 250 35 0.15 0 0.86 0.02 70.33 0.96 0.56
Hex D5 FA 23 F 0 56 2 46 60 38
Octal 325 372 43 17 0 126 2 106 140 70
Binary 11010101 11111010 100011 1111 0 1010110 10 1000110 1100000 111000

Color Harmonies of #D5FA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA23

Black with #D5FA23

Text Example


Text Example

White with #D5FA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA23; }

 p { color: rgb(213,250,35); }

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

background-color css

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

 a { background-color: rgb(213,250,35); }

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

border-color css

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

 span { border-color: rgb(213,250,35); }

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