Html Css Color HEX #D5F926 Pear

📋 copy color: '#D5F926'

red 213 ◦ green 249 ◦ blue 38

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

Shades of Pear #D5F926

Tints of Pear #D5F926

RGB

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

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

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

R = 42.6%
G = 49.8%
B = 7.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#D5F926 (or 0xD5F926) is known color: Pear. HEX triplet: D5, F9 and 26. RGB value is (213,249,38). Sum of RGB (Red+Green+Blue) = 213+249+38=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F926 is #2A06D9. Grayscale: #D6D6D6. Windows color (decimal): -2754266 or 2554325. OLE color: 2554325.

HSL color Cylindrical-coordinate representation of color #D5F926: hue angle of 70.24º 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 #D5F926 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 38 -
CMYK 0.14 0 0.85 0.02
HSL 70.24º 0.95% 0.56% -
HSV(B) 70.24º 0.85% 0.98% -
XYZ 61.67 82.04 14.42 -
YUV 214.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 213 249 38 0.14 0 0.85 0.02 70.24 0.95 0.56
Hex D5 F9 26 E 0 55 2 46 5F 38
Octal 325 371 46 16 0 125 2 106 137 70
Binary 11010101 11111001 100110 1110 0 1010101 10 1000110 1011111 111000

Color Harmonies of #D5F926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F926

Black with #D5F926

Text Example


Text Example

White with #D5F926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F926; }

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

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

background-color css

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

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

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

border-color css

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

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

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