Html Css Color HEX #CCED52 Conifer

📋 copy color: '#CCED52'

red 204 ◦ green 237 ◦ blue 82

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

Shades of Conifer #CCED52

Tints of Conifer #CCED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

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

R = 39.01%
G = 45.32%
B = 15.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#CCED52 (or 0xCCED52) is known color: Conifer. HEX triplet: CC, ED and 52. RGB value is (204,237,82). Sum of RGB (Red+Green+Blue) = 204+237+82=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED52 is #3312AD. Grayscale: #D2D2D2. Windows color (decimal): -3347118 or 5434828. OLE color: 5434828.

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

Color convert

RGB 204 237 82 -
CMYK 0.14 0 0.65 0.07
HSL 72.77º 0.81% 0.63% -
HSV(B) 72.77º 0.65% 0.93% -
XYZ 56.71 74.01 19.28 -
YUV 209.46 56.07 124.1 -
System Red Green Blue C M Y K H S L
Decimal 204 237 82 0.14 0 0.65 0.07 72.77 0.81 0.63
Hex CC ED 52 E 0 41 7 49 51 3F
Octal 314 355 122 16 0 101 7 111 121 77
Binary 11001100 11101101 1010010 1110 0 1000001 111 1001001 1010001 111111

Color Harmonies of #CCED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED52

Black with #CCED52

Text Example


Text Example

White with #CCED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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