Html Css Color HEX #CBE655 Conifer

📋 copy color: '#CBE655'

red 203 ◦ green 230 ◦ blue 85

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

Shades of Conifer #CBE655

Tints of Conifer #CBE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.4%

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

R = 39.19%
G = 44.4%
B = 16.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CBE655 (or 0xCBE655) is known color: Conifer. HEX triplet: CB, E6 and 55. RGB value is (203,230,85). Sum of RGB (Red+Green+Blue) = 203+230+85=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE655 is #3419AA. Grayscale: #CDCDCD. Windows color (decimal): -3414443 or 5629643. OLE color: 5629643.

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

Color convert

RGB 203 230 85 -
CMYK 0.12 0 0.63 0.10
HSL 71.17º 0.74% 0.62% -
HSV(B) 71.17º 0.63% 0.9% -
XYZ 54.57 69.95 19.22 -
YUV 205.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 203 230 85 0.12 0 0.63 0.10 71.17 0.74 0.62
Hex CB E6 55 C 0 3F A 47 4A 3E
Octal 313 346 125 14 0 77 12 107 112 76
Binary 11001011 11100110 1010101 1100 0 111111 1010 1000111 1001010 111110

Color Harmonies of #CBE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE655

Black with #CBE655

Text Example


Text Example

White with #CBE655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE655; }

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

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

background-color css

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

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

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

border-color css

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

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

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