Html Css Color HEX #CBE855 Conifer

📋 copy color: '#CBE855'

red 203 ◦ green 232 ◦ blue 85

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

Shades of Conifer #CBE855

Tints of Conifer #CBE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.62%

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

R = 39.04%
G = 44.62%
B = 16.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#CBE855 (or 0xCBE855) is known color: Conifer. HEX triplet: CB, E8 and 55. RGB value is (203,232,85). Sum of RGB (Red+Green+Blue) = 203+232+85=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE855 is #3417AA. Grayscale: #CFCFCF. Windows color (decimal): -3413931 or 5630155. OLE color: 5630155.

HSL color Cylindrical-coordinate representation of color #CBE855: hue angle of 71.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE855 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 85 -
CMYK 0.12 0 0.63 0.09
HSL 71.84º 0.76% 0.62% -
HSV(B) 71.84º 0.63% 0.91% -
XYZ 55.12 71.07 19.41 -
YUV 206.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 203 232 85 0.12 0 0.63 0.09 71.84 0.76 0.62
Hex CB E8 55 C 0 3F 9 48 4C 3E
Octal 313 350 125 14 0 77 11 110 114 76
Binary 11001011 11101000 1010101 1100 0 111111 1001 1001000 1001100 111110

Color Harmonies of #CBE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE855

Black with #CBE855

Text Example


Text Example

White with #CBE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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