Html Css Color HEX #CBEA55 Conifer

📋 copy color: '#CBEA55'

red 203 ◦ green 234 ◦ blue 85

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

Shades of Conifer #CBEA55

Tints of Conifer #CBEA55

RGB

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

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

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

R = 38.89%
G = 44.83%
B = 16.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#CBEA55 (or 0xCBEA55) is known color: Conifer. HEX triplet: CB, EA and 55. RGB value is (203,234,85). Sum of RGB (Red+Green+Blue) = 203+234+85=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA55 is #3415AA. Grayscale: #D0D0D0. Windows color (decimal): -3413419 or 5630667. OLE color: 5630667.

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

Color convert

RGB 203 234 85 -
CMYK 0.13 0 0.64 0.08
HSL 72.48º 0.78% 0.63% -
HSV(B) 72.48º 0.64% 0.92% -
XYZ 55.69 72.2 19.59 -
YUV 207.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 203 234 85 0.13 0 0.64 0.08 72.48 0.78 0.63
Hex CB EA 55 D 0 40 8 48 4E 3F
Octal 313 352 125 15 0 100 10 110 116 77
Binary 11001011 11101010 1010101 1101 0 1000000 1000 1001000 1001110 111111

Color Harmonies of #CBEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA55

Black with #CBEA55

Text Example


Text Example

White with #CBEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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