Html Css Color HEX #CBEC50 Conifer

📋 copy color: '#CBEC50'

red 203 ◦ green 236 ◦ blue 80

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

Shades of Conifer #CBEC50

Tints of Conifer #CBEC50

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 80 (31.64% from 255) = 15.41%

R = 39.11%
G = 45.47%
B = 15.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#CBEC50 (or 0xCBEC50) is known color: Conifer. HEX triplet: CB, EC and 50. RGB value is (203,236,80). Sum of RGB (Red+Green+Blue) = 203+236+80=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC50 is #3413AF. Grayscale: #D0D0D0. Windows color (decimal): -3412912 or 5303499. OLE color: 5303499.

HSL color Cylindrical-coordinate representation of color #CBEC50: hue angle of 72.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBEC50 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 80 -
CMYK 0.14 0 0.66 0.07
HSL 72.69º 0.8% 0.62% -
HSV(B) 72.69º 0.66% 0.93% -
XYZ 56.07 73.27 18.78 -
YUV 208.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 203 236 80 0.14 0 0.66 0.07 72.69 0.8 0.62
Hex CB EC 50 E 0 42 7 49 50 3E
Octal 313 354 120 16 0 102 7 111 120 76
Binary 11001011 11101100 1010000 1110 0 1000010 111 1001001 1010000 111110

Color Harmonies of #CBEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC50

Black with #CBEC50

Text Example


Text Example

White with #CBEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC50; }

 p { color: rgb(203,236,80); }

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

background-color css

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

 a { background-color: rgb(203,236,80); }

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

border-color css

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

 span { border-color: rgb(203,236,80); }

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