Html Css Color HEX #C8F526 Pear

📋 copy color: '#C8F526'

red 200 ◦ green 245 ◦ blue 38

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

Shades of Pear #C8F526

Tints of Pear #C8F526

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

 GREEN value IS 245 (96.09% from 255) = 50.72%

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

R = 41.41%
G = 50.72%
B = 7.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#C8F526 (or 0xC8F526) is known color: Pear. HEX triplet: C8, F5 and 26. RGB value is (200,245,38). Sum of RGB (Red+Green+Blue) = 200+245+38=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F526 is #370AD9. Grayscale: #D0D0D0. Windows color (decimal): -3607258 or 2553288. OLE color: 2553288.

HSL color Cylindrical-coordinate representation of color #C8F526: hue angle of 73.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8F526 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 245 38 -
CMYK 0.18 0 0.84 0.04
HSL 73.04º 0.91% 0.55% -
HSV(B) 73.04º 0.84% 0.96% -
XYZ 56.82 77.72 13.84 -
YUV 207.95 32.09 122.33 -
System Red Green Blue C M Y K H S L
Decimal 200 245 38 0.18 0 0.84 0.04 73.04 0.91 0.55
Hex C8 F5 26 12 0 54 4 49 5B 37
Octal 310 365 46 22 0 124 4 111 133 67
Binary 11001000 11110101 100110 10010 0 1010100 100 1001001 1011011 110111

Color Harmonies of #C8F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F526

Black with #C8F526

Text Example


Text Example

White with #C8F526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F526; }

 p { color: rgb(200,245,38); }

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

background-color css

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

 a { background-color: rgb(200,245,38); }

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

border-color css

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

 span { border-color: rgb(200,245,38); }

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