Html Css Color HEX #CFD14D Confetti

📋 copy color: '#CFD14D'

red 207 ◦ green 209 ◦ blue 77

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

Shades of Confetti #CFD14D

Tints of Confetti #CFD14D

RGB

 RED value IS 207 (81.25% from 255) = 41.99%

 GREEN value IS 209 (82.03% from 255) = 42.39%

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 41.99%
G = 42.39%
B = 15.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#CFD14D (or 0xCFD14D) is known color: Confetti. HEX triplet: CF, D1 and 4D. RGB value is (207,209,77). Sum of RGB (Red+Green+Blue) = 207+209+77=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD14D is #302EB2. Grayscale: #C1C1C1. Windows color (decimal): -3157683 or 5099983. OLE color: 5099983.

HSL color Cylindrical-coordinate representation of color #CFD14D: hue angle of 60.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD14D is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 77 -
CMYK 0.01 0 0.63 0.18
HSL 60.91º 0.59% 0.56% -
HSV(B) 60.91º 0.63% 0.82% -
XYZ 49.87 59.4 15.86 -
YUV 193.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 207 209 77 0.01 0 0.63 0.18 60.91 0.59 0.56
Hex CF D1 4D 1 0 3F 12 3D 3B 38
Octal 317 321 115 1 0 77 22 75 73 70
Binary 11001111 11010001 1001101 1 0 111111 10010 111101 111011 111000

Color Harmonies of #CFD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD14D

Black with #CFD14D

Text Example


Text Example

White with #CFD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD14D; }

 p { color: rgb(207,209,77); }

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

background-color css

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

 a { background-color: rgb(207,209,77); }

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

border-color css

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

 span { border-color: rgb(207,209,77); }

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