Html Css Color HEX #CFD34D Confetti

📋 copy color: '#CFD34D'

red 207 ◦ green 211 ◦ blue 77

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

Shades of Confetti #CFD34D

Tints of Confetti #CFD34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 41.82%
G = 42.63%
B = 15.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#CFD34D (or 0xCFD34D) is known color: Confetti. HEX triplet: CF, D3 and 4D. RGB value is (207,211,77). Sum of RGB (Red+Green+Blue) = 207+211+77=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD34D is #302CB2. Grayscale: #C3C3C3. Windows color (decimal): -3157171 or 5100495. OLE color: 5100495.

HSL color Cylindrical-coordinate representation of color #CFD34D: hue angle of 61.79º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFD34D is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 77 -
CMYK 0.02 0 0.64 0.17
HSL 61.79º 0.6% 0.56% -
HSV(B) 61.79º 0.64% 0.83% -
XYZ 50.37 60.39 16.02 -
YUV 194.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 207 211 77 0.02 0 0.64 0.17 61.79 0.6 0.56
Hex CF D3 4D 2 0 40 11 3E 3C 38
Octal 317 323 115 2 0 100 21 76 74 70
Binary 11001111 11010011 1001101 10 0 1000000 10001 111110 111100 111000

Color Harmonies of #CFD34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD34D

Black with #CFD34D

Text Example


Text Example

White with #CFD34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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