Html Css Color HEX #CFE10E Inch Worm

📋 copy color: '#CFE10E'

red 207 ◦ green 225 ◦ blue 14

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

Shades of Inch Worm #CFE10E

Tints of Inch Worm #CFE10E

RGB

 RED value IS 207 (81.25% from 255) = 46.41%

 GREEN value IS 225 (88.28% from 255) = 50.45%

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 46.41%
G = 50.45%
B = 3.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#CFE10E (or 0xCFE10E) is known color: Inch Worm. HEX triplet: CF, E1 and 0E. RGB value is (207,225,14). Sum of RGB (Red+Green+Blue) = 207+225+14=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE10E is #301EF1. Grayscale: #C4C4C4. Windows color (decimal): -3153650 or 975311. OLE color: 975311.

HSL color Cylindrical-coordinate representation of color #CFE10E: hue angle of 65.12º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE10E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 14 -
CMYK 0.08 0 0.94 0.12
HSL 65.12º 0.88% 0.47% -
HSV(B) 65.12º 0.94% 0.88% -
XYZ 52.74 67.15 10.6 -
YUV 195.56 25.54 136.16 -
System Red Green Blue C M Y K H S L
Decimal 207 225 14 0.08 0 0.94 0.12 65.12 0.88 0.47
Hex CF E1 E 8 0 5E C 41 58 2F
Octal 317 341 16 10 0 136 14 101 130 57
Binary 11001111 11100001 1110 1000 0 1011110 1100 1000001 1011000 101111

Color Harmonies of #CFE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE10E

Black with #CFE10E

Text Example


Text Example

White with #CFE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE10E; }

 p { color: rgb(207,225,14); }

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

background-color css

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

 a { background-color: rgb(207,225,14); }

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

border-color css

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

 span { border-color: rgb(207,225,14); }

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