Html Css Color HEX #D5F228 Pear

📋 copy color: '#D5F228'

red 213 ◦ green 242 ◦ blue 40

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

Shades of Pear #D5F228

Tints of Pear #D5F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.08%

R = 43.03%
G = 48.89%
B = 8.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#D5F228 (or 0xD5F228) is known color: Pear. HEX triplet: D5, F2 and 28. RGB value is (213,242,40). Sum of RGB (Red+Green+Blue) = 213+242+40=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F228 is #2A0DD7. Grayscale: #D3D3D3. Windows color (decimal): -2756056 or 2683605. OLE color: 2683605.

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

Color convert

RGB 213 242 40 -
CMYK 0.12 0 0.83 0.05
HSL 68.61º 0.89% 0.55% -
HSV(B) 68.61º 0.83% 0.95% -
XYZ 59.58 77.8 13.89 -
YUV 210.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 213 242 40 0.12 0 0.83 0.05 68.61 0.89 0.55
Hex D5 F2 28 C 0 53 5 45 59 37
Octal 325 362 50 14 0 123 5 105 131 67
Binary 11010101 11110010 101000 1100 0 1010011 101 1000101 1011001 110111

Color Harmonies of #D5F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F228

Black with #D5F228

Text Example


Text Example

White with #D5F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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