Html Css Color HEX #CFD400 Bird Flower

📋 copy color: '#CFD400'

red 207 ◦ green 212 ◦ blue 0

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

Shades of Bird Flower #CFD400

Tints of Bird Flower #CFD400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.4%
G = 50.6%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#CFD400 (or 0xCFD400) is known color: Bird Flower. HEX triplet: CF, D4 and 00. RGB value is (207,212,0). Sum of RGB (Red+Green+Blue) = 207+212+0=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD400 is #302BFF. Grayscale: #BBBBBB. Windows color (decimal): -3156992 or 54479. OLE color: 54479.

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

Color convert

RGB 207 212 0 -
CMYK 0.02 0 1 0.17
HSL 61.42º 1% 0.42% -
HSV(B) 61.42º 1% 0.83% -
XYZ 49.28 60.35 9.05 -
YUV 186.34 22.84 142.74 -
System Red Green Blue C M Y K H S L
Decimal 207 212 0 0.02 0 1 0.17 61.42 1 0.42
Hex CF D4 0 2 0 64 11 3D 64 2A
Octal 317 324 0 2 0 144 21 75 144 52
Binary 11001111 11010100 0 10 0 1100100 10001 111101 1100100 101010

Color Harmonies of #CFD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD400

Black with #CFD400

Text Example


Text Example

White with #CFD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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