Html Css Color HEX #D6F325 Pear

📋 copy color: '#D6F325'

red 214 ◦ green 243 ◦ blue 37

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

Shades of Pear #D6F325

Tints of Pear #D6F325

RGB

 RED value IS 214 (83.98% from 255) = 43.32%

 GREEN value IS 243 (95.31% from 255) = 49.19%

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 43.32%
G = 49.19%
B = 7.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D6F325 (or 0xD6F325) is known color: Pear. HEX triplet: D6, F3 and 25. RGB value is (214,243,37). Sum of RGB (Red+Green+Blue) = 214+243+37=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F325 is #290CDA. Grayscale: #D3D3D3. Windows color (decimal): -2690267 or 2487254. OLE color: 2487254.

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

Color convert

RGB 214 243 37 -
CMYK 0.12 0 0.85 0.05
HSL 68.45º 0.9% 0.55% -
HSV(B) 68.45º 0.85% 0.95% -
XYZ 60.12 78.53 13.74 -
YUV 210.85 29.89 130.25 -
System Red Green Blue C M Y K H S L
Decimal 214 243 37 0.12 0 0.85 0.05 68.45 0.9 0.55
Hex D6 F3 25 C 0 55 5 44 5A 37
Octal 326 363 45 14 0 125 5 104 132 67
Binary 11010110 11110011 100101 1100 0 1010101 101 1000100 1011010 110111

Color Harmonies of #D6F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F325

Black with #D6F325

Text Example


Text Example

White with #D6F325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F325; }

 p { color: rgb(214,243,37); }

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

background-color css

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

 a { background-color: rgb(214,243,37); }

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

border-color css

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

 span { border-color: rgb(214,243,37); }

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