Html Css Color HEX #C2E985 Sulu

📋 copy color: '#C2E985'

red 194 ◦ green 233 ◦ blue 133

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

Shades of Sulu #C2E985

Tints of Sulu #C2E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.61%

 BLUE value IS 133 (52.34% from 255) = 23.75%

R = 34.64%
G = 41.61%
B = 23.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#C2E985 (or 0xC2E985) is known color: Sulu. HEX triplet: C2, E9 and 85. RGB value is (194,233,133). Sum of RGB (Red+Green+Blue) = 194+233+133=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E985 is #3D167A. Grayscale: #D2D2D2. Windows color (decimal): -4003451 or 8776130. OLE color: 8776130.

HSL color Cylindrical-coordinate representation of color #C2E985: hue angle of 83.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2E985 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 133 -
CMYK 0.17 0 0.43 0.09
HSL 83.4º 0.69% 0.72% -
HSV(B) 83.4º 0.43% 0.91% -
XYZ 55.62 71.44 33.05 -
YUV 209.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 194 233 133 0.17 0 0.43 0.09 83.4 0.69 0.72
Hex C2 E9 85 11 0 2B 9 53 45 48
Octal 302 351 205 21 0 53 11 123 105 110
Binary 11000010 11101001 10000101 10001 0 101011 1001 1010011 1000101 1001000

Color Harmonies of #C2E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E985

Black with #C2E985

Text Example


Text Example

White with #C2E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E985; }

 p { color: rgb(194,233,133); }

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

background-color css

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

 a { background-color: rgb(194,233,133); }

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

border-color css

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

 span { border-color: rgb(194,233,133); }

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