Html Css Color HEX #C6F225 Pear

📋 copy color: '#C6F225'

red 198 ◦ green 242 ◦ blue 37

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

Shades of Pear #C6F225

Tints of Pear #C6F225

RGB

 RED value IS 198 (77.73% from 255) = 41.51%

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

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

R = 41.51%
G = 50.73%
B = 7.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#C6F225 (or 0xC6F225) is known color: Pear. HEX triplet: C6, F2 and 25. RGB value is (198,242,37). Sum of RGB (Red+Green+Blue) = 198+242+37=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F225 is #390DDA. Grayscale: #CECECE. Windows color (decimal): -3739099 or 2486982. OLE color: 2486982.

HSL color Cylindrical-coordinate representation of color #C6F225: hue angle of 72.88º degrees, saturation: 0.89, 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 #C6F225 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 242 37 -
CMYK 0.18 0 0.85 0.05
HSL 72.88º 0.89% 0.55% -
HSV(B) 72.88º 0.85% 0.95% -
XYZ 55.37 75.64 13.43 -
YUV 205.47 32.92 122.67 -
System Red Green Blue C M Y K H S L
Decimal 198 242 37 0.18 0 0.85 0.05 72.88 0.89 0.55
Hex C6 F2 25 12 0 55 5 49 59 37
Octal 306 362 45 22 0 125 5 111 131 67
Binary 11000110 11110010 100101 10010 0 1010101 101 1001001 1011001 110111

Color Harmonies of #C6F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F225

Black with #C6F225

Text Example


Text Example

White with #C6F225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F225; }

 p { color: rgb(198,242,37); }

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

background-color css

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

 a { background-color: rgb(198,242,37); }

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

border-color css

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

 span { border-color: rgb(198,242,37); }

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