Html Css Color HEX #CCEB52 Conifer

📋 copy color: '#CCEB52'

red 204 ◦ green 235 ◦ blue 82

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

Shades of Conifer #CCEB52

Tints of Conifer #CCEB52

RGB

 RED value IS 204 (80.08% from 255) = 39.16%

 GREEN value IS 235 (92.19% from 255) = 45.11%

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

R = 39.16%
G = 45.11%
B = 15.74%

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

#CCEB52 (or 0xCCEB52) is known color: Conifer. HEX triplet: CC, EB and 52. RGB value is (204,235,82). Sum of RGB (Red+Green+Blue) = 204+235+82=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB52 is #3314AD. Grayscale: #D0D0D0. Windows color (decimal): -3347630 or 5434316. OLE color: 5434316.

HSL color Cylindrical-coordinate representation of color #CCEB52: hue angle of 72.16º degrees, saturation: 0.79, 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 #CCEB52 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 82 -
CMYK 0.13 0 0.65 0.08
HSL 72.16º 0.79% 0.62% -
HSV(B) 72.16º 0.65% 0.92% -
XYZ 56.13 72.86 19.09 -
YUV 208.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 204 235 82 0.13 0 0.65 0.08 72.16 0.79 0.62
Hex CC EB 52 D 0 41 8 48 4F 3E
Octal 314 353 122 15 0 101 10 110 117 76
Binary 11001100 11101011 1010010 1101 0 1000001 1000 1001000 1001111 111110

Color Harmonies of #CCEB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB52

Black with #CCEB52

Text Example


Text Example

White with #CCEB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB52; }

 p { color: rgb(204,235,82); }

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

background-color css

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

 a { background-color: rgb(204,235,82); }

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

border-color css

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

 span { border-color: rgb(204,235,82); }

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