Html Css Color HEX #D5F935 Pear

📋 copy color: '#D5F935'

red 213 ◦ green 249 ◦ blue 53

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

Shades of Pear #D5F935

Tints of Pear #D5F935

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.35%

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

R = 41.36%
G = 48.35%
B = 10.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#D5F935 (or 0xD5F935) is known color: Pear. HEX triplet: D5, F9 and 35. RGB value is (213,249,53). Sum of RGB (Red+Green+Blue) = 213+249+53=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F935 is #2A06CA. Grayscale: #D8D8D8. Windows color (decimal): -2754251 or 3537365. OLE color: 3537365.

HSL color Cylindrical-coordinate representation of color #D5F935: hue angle of 71.02º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5F935 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 53 -
CMYK 0.14 0 0.79 0.02
HSL 71.02º 0.94% 0.59% -
HSV(B) 71.02º 0.79% 0.98% -
XYZ 61.96 82.15 15.96 -
YUV 215.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 213 249 53 0.14 0 0.79 0.02 71.02 0.94 0.59
Hex D5 F9 35 E 0 4F 2 47 5E 3B
Octal 325 371 65 16 0 117 2 107 136 73
Binary 11010101 11111001 110101 1110 0 1001111 10 1000111 1011110 111011

Color Harmonies of #D5F935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F935

Black with #D5F935

Text Example


Text Example

White with #D5F935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F935; }

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

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

background-color css

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

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

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

border-color css

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

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

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