Html Css Color HEX #C2D68C Sulu

📋 copy color: '#C2D68C'

red 194 ◦ green 214 ◦ blue 140

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

Shades of Sulu #C2D68C

Tints of Sulu #C2D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 35.4%
G = 39.05%
B = 25.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#C2D68C (or 0xC2D68C) is known color: Sulu. HEX triplet: C2, D6 and 8C. RGB value is (194,214,140). Sum of RGB (Red+Green+Blue) = 194+214+140=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D68C is #3D2973. Grayscale: #C7C7C7. Windows color (decimal): -4008308 or 9230018. OLE color: 9230018.

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

Color convert

RGB 194 214 140 -
CMYK 0.09 0 0.35 0.16
HSL 76.22º 0.47% 0.69% -
HSV(B) 76.22º 0.35% 0.84% -
XYZ 51.03 61.46 33.98 -
YUV 199.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 194 214 140 0.09 0 0.35 0.16 76.22 0.47 0.69
Hex C2 D6 8C 9 0 23 10 4C 2F 45
Octal 302 326 214 11 0 43 20 114 57 105
Binary 11000010 11010110 10001100 1001 0 100011 10000 1001100 101111 1000101

Color Harmonies of #C2D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D68C

Black with #C2D68C

Text Example


Text Example

White with #C2D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D68C; }

 p { color: rgb(194,214,140); }

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

background-color css

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

 a { background-color: rgb(194,214,140); }

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

border-color css

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

 span { border-color: rgb(194,214,140); }

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