Html Css Color HEX #D5F235 Pear

📋 copy color: '#D5F235'

red 213 ◦ green 242 ◦ blue 53

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

Shades of Pear #D5F235

Tints of Pear #D5F235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.64%

 BLUE value IS 53 (21.09% from 255) = 10.43%

R = 41.93%
G = 47.64%
B = 10.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D5F235 (or 0xD5F235) is known color: Pear. HEX triplet: D5, F2 and 35. RGB value is (213,242,53). Sum of RGB (Red+Green+Blue) = 213+242+53=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F235 is #2A0DCA. Grayscale: #D4D4D4. Windows color (decimal): -2756043 or 3535573. OLE color: 3535573.

HSL color Cylindrical-coordinate representation of color #D5F235: hue angle of 69.21º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5F235 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 53 -
CMYK 0.12 0 0.78 0.05
HSL 69.21º 0.88% 0.58% -
HSV(B) 69.21º 0.78% 0.95% -
XYZ 59.84 77.91 15.25 -
YUV 211.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 213 242 53 0.12 0 0.78 0.05 69.21 0.88 0.58
Hex D5 F2 35 C 0 4E 5 45 58 3A
Octal 325 362 65 14 0 116 5 105 130 72
Binary 11010101 11110010 110101 1100 0 1001110 101 1000101 1011000 111010

Color Harmonies of #D5F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F235

Black with #D5F235

Text Example


Text Example

White with #D5F235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F235; }

 p { color: rgb(213,242,53); }

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

background-color css

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

 a { background-color: rgb(213,242,53); }

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

border-color css

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

 span { border-color: rgb(213,242,53); }

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