Html Css Color HEX #C6F270 Sulu

📋 copy color: '#C6F270'

red 198 ◦ green 242 ◦ blue 112

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

Shades of Sulu #C6F270

Tints of Sulu #C6F270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 35.87%
G = 43.84%
B = 20.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#C6F270 (or 0xC6F270) is known color: Sulu. HEX triplet: C6, F2 and 70. RGB value is (198,242,112). Sum of RGB (Red+Green+Blue) = 198+242+112=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F270 is #390D8F. Grayscale: #D6D6D6. Windows color (decimal): -3739024 or 7402182. OLE color: 7402182.

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

Color convert

RGB 198 242 112 -
CMYK 0.18 0 0.54 0.05
HSL 80.31º 0.83% 0.69% -
HSV(B) 80.31º 0.54% 0.95% -
XYZ 57.97 76.68 27.07 -
YUV 214.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 198 242 112 0.18 0 0.54 0.05 80.31 0.83 0.69
Hex C6 F2 70 12 0 36 5 50 53 45
Octal 306 362 160 22 0 66 5 120 123 105
Binary 11000110 11110010 1110000 10010 0 110110 101 1010000 1010011 1000101

Color Harmonies of #C6F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F270

Black with #C6F270

Text Example


Text Example

White with #C6F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F270; }

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

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

background-color css

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

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

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

border-color css

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

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

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