Html Css Color HEX #CBE00F Inch Worm

📋 copy color: '#CBE00F'

red 203 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #CBE00F

Tints of Inch Worm #CBE00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 45.93%
G = 50.68%
B = 3.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CBE00F (or 0xCBE00F) is known color: Inch Worm. HEX triplet: CB, E0 and 0F. RGB value is (203,224,15). Sum of RGB (Red+Green+Blue) = 203+224+15=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE00F is #341FF0. Grayscale: #C2C2C2. Windows color (decimal): -3416049 or 1040587. OLE color: 1040587.

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

Color convert

RGB 203 224 15 -
CMYK 0.09 0 0.93 0.12
HSL 66.03º 0.87% 0.47% -
HSV(B) 66.03º 0.93% 0.88% -
XYZ 51.37 66.04 10.49 -
YUV 193.9 27.04 134.49 -
System Red Green Blue C M Y K H S L
Decimal 203 224 15 0.09 0 0.93 0.12 66.03 0.87 0.47
Hex CB E0 F 9 0 5D C 42 57 2F
Octal 313 340 17 11 0 135 14 102 127 57
Binary 11001011 11100000 1111 1001 0 1011101 1100 1000010 1010111 101111

Color Harmonies of #CBE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE00F

Black with #CBE00F

Text Example


Text Example

White with #CBE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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