Html Css Color HEX #C2F968 Sulu

📋 copy color: '#C2F968'

red 194 ◦ green 249 ◦ blue 104

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

Shades of Sulu #C2F968

Tints of Sulu #C2F968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 35.47%
G = 45.52%
B = 19.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#C2F968 (or 0xC2F968) is known color: Sulu. HEX triplet: C2, F9 and 68. RGB value is (194,249,104). Sum of RGB (Red+Green+Blue) = 194+249+104=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F968 is #3D0697. Grayscale: #D8D8D8. Windows color (decimal): -3999384 or 6879682. OLE color: 6879682.

HSL color Cylindrical-coordinate representation of color #C2F968: hue angle of 82.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2F968 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 104 -
CMYK 0.22 0 0.58 0.02
HSL 82.76º 0.92% 0.69% -
HSV(B) 82.76º 0.58% 0.98% -
XYZ 58.62 80.22 25.49 -
YUV 216.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 194 249 104 0.22 0 0.58 0.02 82.76 0.92 0.69
Hex C2 F9 68 16 0 3A 2 53 5C 45
Octal 302 371 150 26 0 72 2 123 134 105
Binary 11000010 11111001 1101000 10110 0 111010 10 1010011 1011100 1000101

Color Harmonies of #C2F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F968

Black with #C2F968

Text Example


Text Example

White with #C2F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F968; }

 p { color: rgb(194,249,104); }

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

background-color css

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

 a { background-color: rgb(194,249,104); }

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

border-color css

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

 span { border-color: rgb(194,249,104); }

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