Html Css Color HEX #CCDE12 Barberry

📋 copy color: '#CCDE12'

red 204 ◦ green 222 ◦ blue 18

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

Shades of Barberry #CCDE12

Tints of Barberry #CCDE12

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 45.95%
G = 50%
B = 4.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CCDE12 (or 0xCCDE12) is known color: Barberry. HEX triplet: CC, DE and 12. RGB value is (204,222,18). Sum of RGB (Red+Green+Blue) = 204+222+18=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDE12 is #3321ED. Grayscale: #C2C2C2. Windows color (decimal): -3351022 or 1236684. OLE color: 1236684.

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

Color convert

RGB 204 222 18 -
CMYK 0.08 0 0.92 0.13
HSL 65.29º 0.85% 0.47% -
HSV(B) 65.29º 0.92% 0.87% -
XYZ 51.13 65.12 10.45 -
YUV 193.36 29.04 135.59 -
System Red Green Blue C M Y K H S L
Decimal 204 222 18 0.08 0 0.92 0.13 65.29 0.85 0.47
Hex CC DE 12 8 0 5C D 41 55 2F
Octal 314 336 22 10 0 134 15 101 125 57
Binary 11001100 11011110 10010 1000 0 1011100 1101 1000001 1010101 101111

Color Harmonies of #CCDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE12

Black with #CCDE12

Text Example


Text Example

White with #CCDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE12; }

 p { color: rgb(204,222,18); }

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

background-color css

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

 a { background-color: rgb(204,222,18); }

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

border-color css

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

 span { border-color: rgb(204,222,18); }

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