Html Css Color HEX #C6F27F Sulu

📋 copy color: '#C6F27F'

red 198 ◦ green 242 ◦ blue 127

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

Shades of Sulu #C6F27F

Tints of Sulu #C6F27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.4%

R = 34.92%
G = 42.68%
B = 22.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#C6F27F (or 0xC6F27F) is known color: Sulu. HEX triplet: C6, F2 and 7F. RGB value is (198,242,127). Sum of RGB (Red+Green+Blue) = 198+242+127=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F27F is #390D80. Grayscale: #D8D8D8. Windows color (decimal): -3739009 or 8385222. OLE color: 8385222.

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

Color convert

RGB 198 242 127 -
CMYK 0.18 0 0.48 0.05
HSL 82.96º 0.82% 0.72% -
HSV(B) 82.96º 0.48% 0.95% -
XYZ 58.87 77.04 31.85 -
YUV 215.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 198 242 127 0.18 0 0.48 0.05 82.96 0.82 0.72
Hex C6 F2 7F 12 0 30 5 53 52 48
Octal 306 362 177 22 0 60 5 123 122 110
Binary 11000110 11110010 1111111 10010 0 110000 101 1010011 1010010 1001000

Color Harmonies of #C6F27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F27F

Black with #C6F27F

Text Example


Text Example

White with #C6F27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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