Html Css Color HEX #CFD50A Bird Flower

📋 copy color: '#CFD50A'

red 207 ◦ green 213 ◦ blue 10

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

Shades of Bird Flower #CFD50A

Tints of Bird Flower #CFD50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 48.14%
G = 49.53%
B = 2.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#CFD50A (or 0xCFD50A) is known color: Bird Flower. HEX triplet: CF, D5 and 0A. RGB value is (207,213,10). Sum of RGB (Red+Green+Blue) = 207+213+10=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD50A is #302AF5. Grayscale: #BCBCBC. Windows color (decimal): -3156726 or 710095. OLE color: 710095.

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

Color convert

RGB 207 213 10 -
CMYK 0.03 0 0.95 0.16
HSL 61.77º 0.91% 0.44% -
HSV(B) 61.77º 0.95% 0.84% -
XYZ 49.58 60.88 9.42 -
YUV 188.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 207 213 10 0.03 0 0.95 0.16 61.77 0.91 0.44
Hex CF D5 A 3 0 5F 10 3E 5B 2C
Octal 317 325 12 3 0 137 20 76 133 54
Binary 11001111 11010101 1010 11 0 1011111 10000 111110 1011011 101100

Color Harmonies of #CFD50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD50A

Black with #CFD50A

Text Example


Text Example

White with #CFD50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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