Html Css Color HEX #C0D67D Sulu

📋 copy color: '#C0D67D'

red 192 ◦ green 214 ◦ blue 125

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

Shades of Sulu #C0D67D

Tints of Sulu #C0D67D

RGB

 RED value IS 192 (75.39% from 255) = 36.16%

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 36.16%
G = 40.3%
B = 23.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#C0D67D (or 0xC0D67D) is known color: Sulu. HEX triplet: C0, D6 and 7D. RGB value is (192,214,125). Sum of RGB (Red+Green+Blue) = 192+214+125=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D67D is #3F2982. Grayscale: #C5C5C5. Windows color (decimal): -4139395 or 8246976. OLE color: 8246976.

HSL color Cylindrical-coordinate representation of color #C0D67D: hue angle of 74.83º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0D67D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 125 -
CMYK 0.10 0 0.42 0.16
HSL 74.83º 0.52% 0.66% -
HSV(B) 74.83º 0.42% 0.84% -
XYZ 49.49 60.78 28.53 -
YUV 197.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 192 214 125 0.10 0 0.42 0.16 74.83 0.52 0.66
Hex C0 D6 7D A 0 2A 10 4B 34 42
Octal 300 326 175 12 0 52 20 113 64 102
Binary 11000000 11010110 1111101 1010 0 101010 10000 1001011 110100 1000010

Color Harmonies of #C0D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D67D

Black with #C0D67D

Text Example


Text Example

White with #C0D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D67D; }

 p { color: rgb(192,214,125); }

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

background-color css

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

 a { background-color: rgb(192,214,125); }

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

border-color css

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

 span { border-color: rgb(192,214,125); }

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