Html Css Color HEX #C6F068 Sulu

📋 copy color: '#C6F068'

red 198 ◦ green 240 ◦ blue 104

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

Shades of Sulu #C6F068

Tints of Sulu #C6F068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

 BLUE value IS 104 (41.02% from 255) = 19.19%

R = 36.53%
G = 44.28%
B = 19.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#C6F068 (or 0xC6F068) is known color: Sulu. HEX triplet: C6, F0 and 68. RGB value is (198,240,104). Sum of RGB (Red+Green+Blue) = 198+240+104=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F068 is #390F97. Grayscale: #D4D4D4. Windows color (decimal): -3739544 or 6877382. OLE color: 6877382.

HSL color Cylindrical-coordinate representation of color #C6F068: hue angle of 78.53º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6F068 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 104 -
CMYK 0.18 0 0.57 0.06
HSL 78.53º 0.82% 0.67% -
HSV(B) 78.53º 0.57% 0.94% -
XYZ 56.95 75.33 24.63 -
YUV 211.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 198 240 104 0.18 0 0.57 0.06 78.53 0.82 0.67
Hex C6 F0 68 12 0 39 6 4F 52 43
Octal 306 360 150 22 0 71 6 117 122 103
Binary 11000110 11110000 1101000 10010 0 111001 110 1001111 1010010 1000011

Color Harmonies of #C6F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F068

Black with #C6F068

Text Example


Text Example

White with #C6F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F068; }

 p { color: rgb(198,240,104); }

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

background-color css

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

 a { background-color: rgb(198,240,104); }

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

border-color css

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

 span { border-color: rgb(198,240,104); }

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