Html Css Color HEX #CBE555 Conifer

📋 copy color: '#CBE555'

red 203 ◦ green 229 ◦ blue 85

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

Shades of Conifer #CBE555

Tints of Conifer #CBE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.29%

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

R = 39.26%
G = 44.29%
B = 16.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CBE555 (or 0xCBE555) is known color: Conifer. HEX triplet: CB, E5 and 55. RGB value is (203,229,85). Sum of RGB (Red+Green+Blue) = 203+229+85=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE555 is #341AAA. Grayscale: #CDCDCD. Windows color (decimal): -3414699 or 5629387. OLE color: 5629387.

HSL color Cylindrical-coordinate representation of color #CBE555: hue angle of 70.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE555 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 85 -
CMYK 0.11 0 0.63 0.10
HSL 70.83º 0.73% 0.62% -
HSV(B) 70.83º 0.63% 0.9% -
XYZ 54.29 69.39 19.13 -
YUV 204.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 203 229 85 0.11 0 0.63 0.10 70.83 0.73 0.62
Hex CB E5 55 B 0 3F A 47 49 3E
Octal 313 345 125 13 0 77 12 107 111 76
Binary 11001011 11100101 1010101 1011 0 111111 1010 1000111 1001001 111110

Color Harmonies of #CBE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE555

Black with #CBE555

Text Example


Text Example

White with #CBE555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE555; }

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

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

background-color css

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

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

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

border-color css

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

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

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