Html Css Color HEX #CBE455 Conifer

📋 copy color: '#CBE455'

red 203 ◦ green 228 ◦ blue 85

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

Shades of Conifer #CBE455

Tints of Conifer #CBE455

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.19%

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

R = 39.34%
G = 44.19%
B = 16.47%

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

#CBE455 (or 0xCBE455) is known color: Conifer. HEX triplet: CB, E4 and 55. RGB value is (203,228,85). Sum of RGB (Red+Green+Blue) = 203+228+85=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE455 is #341BAA. Grayscale: #CCCCCC. Windows color (decimal): -3414955 or 5629131. OLE color: 5629131.

HSL color Cylindrical-coordinate representation of color #CBE455: hue angle of 70.49º degrees, saturation: 0.73, 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 #CBE455 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 85 -
CMYK 0.11 0 0.63 0.11
HSL 70.49º 0.73% 0.61% -
HSV(B) 70.49º 0.63% 0.89% -
XYZ 54.01 68.84 19.03 -
YUV 204.22 60.72 127.13 -
System Red Green Blue C M Y K H S L
Decimal 203 228 85 0.11 0 0.63 0.11 70.49 0.73 0.61
Hex CB E4 55 B 0 3F B 46 49 3D
Octal 313 344 125 13 0 77 13 106 111 75
Binary 11001011 11100100 1010101 1011 0 111111 1011 1000110 1001001 111101

Color Harmonies of #CBE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE455

Black with #CBE455

Text Example


Text Example

White with #CBE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE455; }

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

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

background-color css

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

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

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

border-color css

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

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

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