Html Css Color HEX #CBE355 Conifer

📋 copy color: '#CBE355'

red 203 ◦ green 227 ◦ blue 85

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

Shades of Conifer #CBE355

Tints of Conifer #CBE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.08%

 BLUE value IS 85 (33.59% from 255) = 16.5%

R = 39.42%
G = 44.08%
B = 16.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#CBE355 (or 0xCBE355) is known color: Conifer. HEX triplet: CB, E3 and 55. RGB value is (203,227,85). Sum of RGB (Red+Green+Blue) = 203+227+85=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE355 is #341CAA. Grayscale: #CCCCCC. Windows color (decimal): -3415211 or 5628875. OLE color: 5628875.

HSL color Cylindrical-coordinate representation of color #CBE355: hue angle of 70.14º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE355 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 85 -
CMYK 0.11 0 0.63 0.11
HSL 70.14º 0.72% 0.61% -
HSV(B) 70.14º 0.63% 0.89% -
XYZ 53.74 68.29 18.94 -
YUV 203.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 203 227 85 0.11 0 0.63 0.11 70.14 0.72 0.61
Hex CB E3 55 B 0 3F B 46 48 3D
Octal 313 343 125 13 0 77 13 106 110 75
Binary 11001011 11100011 1010101 1011 0 111111 1011 1000110 1001000 111101

Color Harmonies of #CBE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE355

Black with #CBE355

Text Example


Text Example

White with #CBE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE355; }

 p { color: rgb(203,227,85); }

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

background-color css

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

 a { background-color: rgb(203,227,85); }

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

border-color css

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

 span { border-color: rgb(203,227,85); }

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