Html Css Color HEX #CFD450 Confetti

📋 copy color: '#CFD450'

red 207 ◦ green 212 ◦ blue 80

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

Shades of Confetti #CFD450

Tints of Confetti #CFD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 41.48%
G = 42.48%
B = 16.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#CFD450 (or 0xCFD450) is known color: Confetti. HEX triplet: CF, D4 and 50. RGB value is (207,212,80). Sum of RGB (Red+Green+Blue) = 207+212+80=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD450 is #302BAF. Grayscale: #C3C3C3. Windows color (decimal): -3156912 or 5297359. OLE color: 5297359.

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

Color convert

RGB 207 212 80 -
CMYK 0.02 0 0.62 0.17
HSL 62.27º 0.61% 0.57% -
HSV(B) 62.27º 0.62% 0.83% -
XYZ 50.72 60.93 16.68 -
YUV 195.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 207 212 80 0.02 0 0.62 0.17 62.27 0.61 0.57
Hex CF D4 50 2 0 3E 11 3E 3D 39
Octal 317 324 120 2 0 76 21 76 75 71
Binary 11001111 11010100 1010000 10 0 111110 10001 111110 111101 111001

Color Harmonies of #CFD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD450

Black with #CFD450

Text Example


Text Example

White with #CFD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD450; }

 p { color: rgb(207,212,80); }

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

background-color css

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

 a { background-color: rgb(207,212,80); }

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

border-color css

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

 span { border-color: rgb(207,212,80); }

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