Html Css Color HEX #C2FF6E Sulu

📋 copy color: '#C2FF6E'

red 194 ◦ green 255 ◦ blue 110

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

Shades of Sulu #C2FF6E

Tints of Sulu #C2FF6E

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

 GREEN value IS 255 (100% from 255) = 45.62%

 BLUE value IS 110 (43.36% from 255) = 19.68%

R = 34.7%
G = 45.62%
B = 19.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#C2FF6E (or 0xC2FF6E) is known color: Sulu. HEX triplet: C2, FF and 6E. RGB value is (194,255,110). Sum of RGB (Red+Green+Blue) = 194+255+110=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF6E is #3D0091. Grayscale: #DCDCDC. Windows color (decimal): -3997842 or 7274434. OLE color: 7274434.

HSL color Cylindrical-coordinate representation of color #C2FF6E: hue angle of 85.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2FF6E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 110 -
CMYK 0.24 0 0.57 0
HSL 85.24º 1% 0.72% -
HSV(B) 85.24º 0.57% 1% -
XYZ 60.82 84.12 27.78 -
YUV 220.23 65.79 109.29 -
System Red Green Blue C M Y K H S L
Decimal 194 255 110 0.24 0 0.57 0 85.24 1 0.72
Hex C2 FF 6E 18 0 39 0 55 64 48
Octal 302 377 156 30 0 71 0 125 144 110
Binary 11000010 11111111 1101110 11000 0 111001 0 1010101 1100100 1001000

Color Harmonies of #C2FF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF6E

Black with #C2FF6E

Text Example


Text Example

White with #C2FF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF6E; }

 p { color: rgb(194,255,110); }

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

background-color css

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

 a { background-color: rgb(194,255,110); }

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

border-color css

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

 span { border-color: rgb(194,255,110); }

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