Html Css Color HEX #CEDF0A Inch Worm

📋 copy color: '#CEDF0A'

red 206 ◦ green 223 ◦ blue 10

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

Shades of Inch Worm #CEDF0A

Tints of Inch Worm #CEDF0A

RGB

 RED value IS 206 (80.86% from 255) = 46.92%

 GREEN value IS 223 (87.5% from 255) = 50.8%

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 46.92%
G = 50.8%
B = 2.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#CEDF0A (or 0xCEDF0A) is known color: Inch Worm. HEX triplet: CE, DF and 0A. RGB value is (206,223,10). Sum of RGB (Red+Green+Blue) = 206+223+10=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF0A is #3120F5. Grayscale: #C2C2C2. Windows color (decimal): -3219702 or 712654. OLE color: 712654.

HSL color Cylindrical-coordinate representation of color #CEDF0A: hue angle of 64.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEDF0A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 10 -
CMYK 0.08 0 0.96 0.13
HSL 64.79º 0.91% 0.46% -
HSV(B) 64.79º 0.96% 0.87% -
XYZ 51.9 65.92 10.28 -
YUV 193.64 24.37 136.82 -
System Red Green Blue C M Y K H S L
Decimal 206 223 10 0.08 0 0.96 0.13 64.79 0.91 0.46
Hex CE DF A 8 0 60 D 41 5B 2E
Octal 316 337 12 10 0 140 15 101 133 56
Binary 11001110 11011111 1010 1000 0 1100000 1101 1000001 1011011 101110

Color Harmonies of #CEDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF0A

Black with #CEDF0A

Text Example


Text Example

White with #CEDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF0A; }

 p { color: rgb(206,223,10); }

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

background-color css

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

 a { background-color: rgb(206,223,10); }

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

border-color css

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

 span { border-color: rgb(206,223,10); }

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