Html Css Color HEX #CFD50E Bird Flower

📋 copy color: '#CFD50E'

red 207 ◦ green 213 ◦ blue 14

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

Shades of Bird Flower #CFD50E

Tints of Bird Flower #CFD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.08%

 BLUE value IS 14 (5.86% from 255) = 3.23%

R = 47.7%
G = 49.08%
B = 3.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CFD50E (or 0xCFD50E) is known color: Bird Flower. HEX triplet: CF, D5 and 0E. RGB value is (207,213,14). Sum of RGB (Red+Green+Blue) = 207+213+14=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD50E is #302AF1. Grayscale: #BDBDBD. Windows color (decimal): -3156722 or 972239. OLE color: 972239.

HSL color Cylindrical-coordinate representation of color #CFD50E: hue angle of 61.81º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD50E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 14 -
CMYK 0.03 0 0.93 0.16
HSL 61.81º 0.88% 0.45% -
HSV(B) 61.81º 0.93% 0.84% -
XYZ 49.61 60.89 9.55 -
YUV 188.52 29.51 141.18 -
System Red Green Blue C M Y K H S L
Decimal 207 213 14 0.03 0 0.93 0.16 61.81 0.88 0.45
Hex CF D5 E 3 0 5D 10 3E 58 2D
Octal 317 325 16 3 0 135 20 76 130 55
Binary 11001111 11010101 1110 11 0 1011101 10000 111110 1011000 101101

Color Harmonies of #CFD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD50E

Black with #CFD50E

Text Example


Text Example

White with #CFD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD50E; }

 p { color: rgb(207,213,14); }

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

background-color css

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

 a { background-color: rgb(207,213,14); }

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

border-color css

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

 span { border-color: rgb(207,213,14); }

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