Html Css Color HEX #D5F92C Pear

📋 copy color: '#D5F92C'

red 213 ◦ green 249 ◦ blue 44

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

Shades of Pear #D5F92C

Tints of Pear #D5F92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.7%

R = 42.09%
G = 49.21%
B = 8.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D5F92C (or 0xD5F92C) is known color: Pear. HEX triplet: D5, F9 and 2C. RGB value is (213,249,44). Sum of RGB (Red+Green+Blue) = 213+249+44=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F92C is #2A06D3. Grayscale: #D7D7D7. Windows color (decimal): -2754260 or 2947541. OLE color: 2947541.

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

Color convert

RGB 213 249 44 -
CMYK 0.14 0 0.82 0.02
HSL 70.54º 0.94% 0.57% -
HSV(B) 70.54º 0.82% 0.98% -
XYZ 61.77 82.08 14.97 -
YUV 214.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 213 249 44 0.14 0 0.82 0.02 70.54 0.94 0.57
Hex D5 F9 2C E 0 52 2 47 5E 39
Octal 325 371 54 16 0 122 2 107 136 71
Binary 11010101 11111001 101100 1110 0 1010010 10 1000111 1011110 111001

Color Harmonies of #D5F92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F92C

Black with #D5F92C

Text Example


Text Example

White with #D5F92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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