Html Css Color HEX #C6F275 Sulu

📋 copy color: '#C6F275'

red 198 ◦ green 242 ◦ blue 117

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

Shades of Sulu #C6F275

Tints of Sulu #C6F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 35.55%
G = 43.45%
B = 21.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#C6F275 (or 0xC6F275) is known color: Sulu. HEX triplet: C6, F2 and 75. RGB value is (198,242,117). Sum of RGB (Red+Green+Blue) = 198+242+117=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F275 is #390D8A. Grayscale: #D7D7D7. Windows color (decimal): -3739019 or 7729862. OLE color: 7729862.

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

Color convert

RGB 198 242 117 -
CMYK 0.18 0 0.52 0.05
HSL 81.12º 0.83% 0.7% -
HSV(B) 81.12º 0.52% 0.95% -
XYZ 58.25 76.79 28.58 -
YUV 214.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 198 242 117 0.18 0 0.52 0.05 81.12 0.83 0.7
Hex C6 F2 75 12 0 34 5 51 53 46
Octal 306 362 165 22 0 64 5 121 123 106
Binary 11000110 11110010 1110101 10010 0 110100 101 1010001 1010011 1000110

Color Harmonies of #C6F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F275

Black with #C6F275

Text Example


Text Example

White with #C6F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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