Html Css Color HEX #CBEA50 Conifer

📋 copy color: '#CBEA50'

red 203 ◦ green 234 ◦ blue 80

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

Shades of Conifer #CBEA50

Tints of Conifer #CBEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

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

R = 39.26%
G = 45.26%
B = 15.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#CBEA50 (or 0xCBEA50) is known color: Conifer. HEX triplet: CB, EA and 50. RGB value is (203,234,80). Sum of RGB (Red+Green+Blue) = 203+234+80=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA50 is #3415AF. Grayscale: #CFCFCF. Windows color (decimal): -3413424 or 5302987. OLE color: 5302987.

HSL color Cylindrical-coordinate representation of color #CBEA50: hue angle of 72.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBEA50 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 80 -
CMYK 0.13 0 0.66 0.08
HSL 72.08º 0.79% 0.62% -
HSV(B) 72.08º 0.66% 0.92% -
XYZ 55.5 72.12 18.59 -
YUV 207.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 203 234 80 0.13 0 0.66 0.08 72.08 0.79 0.62
Hex CB EA 50 D 0 42 8 48 4F 3E
Octal 313 352 120 15 0 102 10 110 117 76
Binary 11001011 11101010 1010000 1101 0 1000010 1000 1001000 1001111 111110

Color Harmonies of #CBEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA50

Black with #CBEA50

Text Example


Text Example

White with #CBEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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