Html Css Color HEX #C2E67A Sulu

📋 copy color: '#C2E67A'

red 194 ◦ green 230 ◦ blue 122

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

Shades of Sulu #C2E67A

Tints of Sulu #C2E67A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.12%

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 35.53%
G = 42.12%
B = 22.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#C2E67A (or 0xC2E67A) is known color: Sulu. HEX triplet: C2, E6 and 7A. RGB value is (194,230,122). Sum of RGB (Red+Green+Blue) = 194+230+122=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E67A is #3D1985. Grayscale: #CFCFCF. Windows color (decimal): -4004230 or 8054466. OLE color: 8054466.

HSL color Cylindrical-coordinate representation of color #C2E67A: hue angle of 80º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2E67A is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 122 -
CMYK 0.16 0 0.47 0.10
HSL 80º 0.68% 0.69% -
HSV(B) 80º 0.47% 0.9% -
XYZ 54.06 69.47 28.97 -
YUV 206.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 194 230 122 0.16 0 0.47 0.10 80 0.68 0.69
Hex C2 E6 7A 10 0 2F A 50 44 45
Octal 302 346 172 20 0 57 12 120 104 105
Binary 11000010 11100110 1111010 10000 0 101111 1010 1010000 1000100 1000101

Color Harmonies of #C2E67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E67A

Black with #C2E67A

Text Example


Text Example

White with #C2E67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E67A; }

 p { color: rgb(194,230,122); }

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

background-color css

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

 a { background-color: rgb(194,230,122); }

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

border-color css

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

 span { border-color: rgb(194,230,122); }

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