Html Css Color HEX #C0D67E Sulu

📋 copy color: '#C0D67E'

red 192 ◦ green 214 ◦ blue 126

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

Shades of Sulu #C0D67E

Tints of Sulu #C0D67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.68%

R = 36.09%
G = 40.23%
B = 23.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#C0D67E (or 0xC0D67E) is known color: Sulu. HEX triplet: C0, D6 and 7E. RGB value is (192,214,126). Sum of RGB (Red+Green+Blue) = 192+214+126=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D67E is #3F2981. Grayscale: #C5C5C5. Windows color (decimal): -4139394 or 8312512. OLE color: 8312512.

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

Color convert

RGB 192 214 126 -
CMYK 0.10 0 0.41 0.16
HSL 75º 0.52% 0.67% -
HSV(B) 75º 0.41% 0.84% -
XYZ 49.55 60.81 28.86 -
YUV 197.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 192 214 126 0.10 0 0.41 0.16 75 0.52 0.67
Hex C0 D6 7E A 0 29 10 4B 34 43
Octal 300 326 176 12 0 51 20 113 64 103
Binary 11000000 11010110 1111110 1010 0 101001 10000 1001011 110100 1000011

Color Harmonies of #C0D67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D67E

Black with #C0D67E

Text Example


Text Example

White with #C0D67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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