Html Css Color HEX #CBEA52 Conifer

📋 copy color: '#CBEA52'

red 203 ◦ green 234 ◦ blue 82

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

Shades of Conifer #CBEA52

Tints of Conifer #CBEA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 39.11%
G = 45.09%
B = 15.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#CBEA52 (or 0xCBEA52) is known color: Conifer. HEX triplet: CB, EA and 52. RGB value is (203,234,82). Sum of RGB (Red+Green+Blue) = 203+234+82=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA52 is #3415AD. Grayscale: #CFCFCF. Windows color (decimal): -3413422 or 5434059. OLE color: 5434059.

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

Color convert

RGB 203 234 82 -
CMYK 0.13 0 0.65 0.08
HSL 72.24º 0.78% 0.62% -
HSV(B) 72.24º 0.65% 0.92% -
XYZ 55.57 72.15 18.98 -
YUV 207.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 203 234 82 0.13 0 0.65 0.08 72.24 0.78 0.62
Hex CB EA 52 D 0 41 8 48 4E 3E
Octal 313 352 122 15 0 101 10 110 116 76
Binary 11001011 11101010 1010010 1101 0 1000001 1000 1001000 1001110 111110

Color Harmonies of #CBEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA52

Black with #CBEA52

Text Example


Text Example

White with #CBEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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