Html Css Color HEX #D5FA26 Pear

📋 copy color: '#D5FA26'

red 213 ◦ green 250 ◦ blue 38

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

Shades of Pear #D5FA26

Tints of Pear #D5FA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.58%

R = 42.51%
G = 49.9%
B = 7.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#D5FA26 (or 0xD5FA26) is known color: Pear. HEX triplet: D5, FA and 26. RGB value is (213,250,38). Sum of RGB (Red+Green+Blue) = 213+250+38=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA26 is #2A05D9. Grayscale: #D7D7D7. Windows color (decimal): -2754010 or 2554581. OLE color: 2554581.

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

Color convert

RGB 213 250 38 -
CMYK 0.15 0 0.85 0.02
HSL 70.47º 0.95% 0.56% -
HSV(B) 70.47º 0.85% 0.98% -
XYZ 61.98 82.66 14.52 -
YUV 214.77 28.24 126.74 -
System Red Green Blue C M Y K H S L
Decimal 213 250 38 0.15 0 0.85 0.02 70.47 0.95 0.56
Hex D5 FA 26 F 0 55 2 46 5F 38
Octal 325 372 46 17 0 125 2 106 137 70
Binary 11010101 11111010 100110 1111 0 1010101 10 1000110 1011111 111000

Color Harmonies of #D5FA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA26

Black with #D5FA26

Text Example


Text Example

White with #D5FA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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