Html Css Color HEX #CFD470 Goldenrod

📋 copy color: '#CFD470'

red 207 ◦ green 212 ◦ blue 112

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

Shades of Goldenrod #CFD470

Tints of Goldenrod #CFD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 38.98%
G = 39.92%
B = 21.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CFD470 (or 0xCFD470) is known color: Goldenrod. HEX triplet: CF, D4 and 70. RGB value is (207,212,112). Sum of RGB (Red+Green+Blue) = 207+212+112=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD470 is #302B8F. Grayscale: #C7C7C7. Windows color (decimal): -3156880 or 7394511. OLE color: 7394511.

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

Color convert

RGB 207 212 112 -
CMYK 0.02 0 0.47 0.17
HSL 63º 0.54% 0.64% -
HSV(B) 63º 0.47% 0.83% -
XYZ 52.2 61.52 24.45 -
YUV 199.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 207 212 112 0.02 0 0.47 0.17 63 0.54 0.64
Hex CF D4 70 2 0 2F 11 3F 36 40
Octal 317 324 160 2 0 57 21 77 66 100
Binary 11001111 11010100 1110000 10 0 101111 10001 111111 110110 1000000

Color Harmonies of #CFD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD470

Black with #CFD470

Text Example


Text Example

White with #CFD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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