Html Css Color HEX #CBE012 Inch Worm

📋 copy color: '#CBE012'

red 203 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #CBE012

Tints of Inch Worm #CBE012

RGB

 RED value IS 203 (79.69% from 255) = 45.62%

 GREEN value IS 224 (87.89% from 255) = 50.34%

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 45.62%
G = 50.34%
B = 4.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CBE012 (or 0xCBE012) is known color: Inch Worm. HEX triplet: CB, E0 and 12. RGB value is (203,224,18). Sum of RGB (Red+Green+Blue) = 203+224+18=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE012 is #341FED. Grayscale: #C3C3C3. Windows color (decimal): -3416046 or 1237195. OLE color: 1237195.

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

Color convert

RGB 203 224 18 -
CMYK 0.09 0 0.92 0.12
HSL 66.12º 0.85% 0.47% -
HSV(B) 66.12º 0.92% 0.88% -
XYZ 51.39 66.05 10.61 -
YUV 194.24 28.54 134.25 -
System Red Green Blue C M Y K H S L
Decimal 203 224 18 0.09 0 0.92 0.12 66.12 0.85 0.47
Hex CB E0 12 9 0 5C C 42 55 2F
Octal 313 340 22 11 0 134 14 102 125 57
Binary 11001011 11100000 10010 1001 0 1011100 1100 1000010 1010101 101111

Color Harmonies of #CBE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE012

Black with #CBE012

Text Example


Text Example

White with #CBE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE012; }

 p { color: rgb(203,224,18); }

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

background-color css

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

 a { background-color: rgb(203,224,18); }

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

border-color css

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

 span { border-color: rgb(203,224,18); }

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