Html Css Color HEX #C6F228 Pear

📋 copy color: '#C6F228'

red 198 ◦ green 242 ◦ blue 40

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

Shades of Pear #C6F228

Tints of Pear #C6F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.33%

R = 41.25%
G = 50.42%
B = 8.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#C6F228 (or 0xC6F228) is known color: Pear. HEX triplet: C6, F2 and 28. RGB value is (198,242,40). Sum of RGB (Red+Green+Blue) = 198+242+40=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F228 is #390DD7. Grayscale: #CECECE. Windows color (decimal): -3739096 or 2683590. OLE color: 2683590.

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

Color convert

RGB 198 242 40 -
CMYK 0.18 0 0.83 0.05
HSL 73.07º 0.89% 0.55% -
HSV(B) 73.07º 0.83% 0.95% -
XYZ 55.42 75.66 13.69 -
YUV 205.82 34.42 122.43 -
System Red Green Blue C M Y K H S L
Decimal 198 242 40 0.18 0 0.83 0.05 73.07 0.89 0.55
Hex C6 F2 28 12 0 53 5 49 59 37
Octal 306 362 50 22 0 123 5 111 131 67
Binary 11000110 11110010 101000 10010 0 1010011 101 1001001 1011001 110111

Color Harmonies of #C6F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F228

Black with #C6F228

Text Example


Text Example

White with #C6F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F228; }

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

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

background-color css

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

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

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

border-color css

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

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

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