Html Css Color HEX #C2F967 Sulu

📋 copy color: '#C2F967'

red 194 ◦ green 249 ◦ blue 103

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

Shades of Sulu #C2F967

Tints of Sulu #C2F967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.86%

R = 35.53%
G = 45.6%
B = 18.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#C2F967 (or 0xC2F967) is known color: Sulu. HEX triplet: C2, F9 and 67. RGB value is (194,249,103). Sum of RGB (Red+Green+Blue) = 194+249+103=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F967 is #3D0698. Grayscale: #D8D8D8. Windows color (decimal): -3999385 or 6814146. OLE color: 6814146.

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

Color convert

RGB 194 249 103 -
CMYK 0.22 0 0.59 0.02
HSL 82.6º 0.92% 0.69% -
HSV(B) 82.6º 0.59% 0.98% -
XYZ 58.57 80.2 25.23 -
YUV 215.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 194 249 103 0.22 0 0.59 0.02 82.6 0.92 0.69
Hex C2 F9 67 16 0 3B 2 53 5C 45
Octal 302 371 147 26 0 73 2 123 134 105
Binary 11000010 11111001 1100111 10110 0 111011 10 1010011 1011100 1000101

Color Harmonies of #C2F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F967

Black with #C2F967

Text Example


Text Example

White with #C2F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F967; }

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

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

background-color css

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

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

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

border-color css

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

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

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